| Modifier and Type | Method and Description |
|---|---|
void |
ClusterStub.backuptoremote(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.backuptoremote(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Request one-time backup.
|
void |
ClusterStub.backuptoremote(InvocationConfig invocationConfig) |
void |
Cluster.backuptoremote(InvocationConfig invocationConfig)
Request one-time backup.
|
void |
BatchStub.create(BatchRequest batchRequest,
Boolean atomic,
AsyncCallback<BatchResponse> asyncCallback,
InvocationConfig invocationConfig) |
void |
Batch.create(BatchRequest batchRequest,
Boolean atomic,
AsyncCallback<BatchResponse> asyncCallback,
InvocationConfig invocationConfig)
Enables you to make multiple API requests using a single request.
|
BatchResponse |
BatchStub.create(BatchRequest batchRequest,
Boolean atomic,
InvocationConfig invocationConfig) |
BatchResponse |
Batch.create(BatchRequest batchRequest,
Boolean atomic,
InvocationConfig invocationConfig)
Enables you to make multiple API requests using a single request.
|
void |
UiViewsStub.create(View view,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.create(View view,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig)
Creates a new View.
|
View |
UiViewsStub.create(View view,
InvocationConfig invocationConfig) |
View |
UiViews.create(View view,
InvocationConfig invocationConfig)
Creates a new View.
|
void |
UiViewsStub.delete(String viewId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.delete(String viewId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete View
|
void |
UiViewsStub.delete(String viewId,
InvocationConfig invocationConfig) |
void |
UiViews.delete(String viewId,
InvocationConfig invocationConfig)
Delete View
|
void |
ErrorResolverStub.get(String errorId,
AsyncCallback<ErrorResolverInfo> asyncCallback,
InvocationConfig invocationConfig) |
void |
ErrorResolver.get(String errorId,
AsyncCallback<ErrorResolverInfo> asyncCallback,
InvocationConfig invocationConfig)
Returns some metadata about the given error_id.
|
void |
InfraStub.get(String filter,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Infra.get(String filter,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Read infra.
|
void |
Tasks.get(String taskId,
AsyncCallback<TaskProperties> asyncCallback,
InvocationConfig invocationConfig)
Get information about the specified task
|
void |
TasksStub.get(String taskId,
AsyncCallback<TaskProperties> asyncCallback,
InvocationConfig invocationConfig) |
TaskProperties |
Tasks.get(String taskId,
InvocationConfig invocationConfig)
Get information about the specified task
|
TaskProperties |
TasksStub.get(String taskId,
InvocationConfig invocationConfig) |
Infra |
InfraStub.get(String filter,
InvocationConfig invocationConfig) |
ErrorResolverInfo |
ErrorResolverStub.get(String errorId,
InvocationConfig invocationConfig) |
ErrorResolverInfo |
ErrorResolver.get(String errorId,
InvocationConfig invocationConfig)
Returns some metadata about the given error_id.
|
Infra |
Infra.get(String filter,
InvocationConfig invocationConfig)
Read infra.
|
void |
UiViewsStub.get(String tag,
String viewIds,
String widgetId,
AsyncCallback<ViewList> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.get(String tag,
String viewIds,
String widgetId,
AsyncCallback<ViewList> asyncCallback,
InvocationConfig invocationConfig)
If no query params are specified then all the views entitled for the user are
returned.
|
ViewList |
UiViewsStub.get(String tag,
String viewIds,
String widgetId,
InvocationConfig invocationConfig) |
ViewList |
UiViews.get(String tag,
String viewIds,
String widgetId,
InvocationConfig invocationConfig)
If no query params are specified then all the views entitled for the user are
returned.
|
void |
UiViewsStub.get0(String viewId,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.get0(String viewId,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig)
Returns Information about a specific View.
|
View |
UiViewsStub.get0(String viewId,
InvocationConfig invocationConfig) |
View |
UiViews.get0(String viewId,
InvocationConfig invocationConfig)
Returns Information about a specific View.
|
void |
ErrorResolverStub.list(AsyncCallback<ErrorResolverInfoList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ErrorResolver.list(AsyncCallback<ErrorResolverInfoList> asyncCallback,
InvocationConfig invocationConfig)
Returns a list of metadata for all the error resolvers registered.
|
ErrorResolverInfoList |
ErrorResolverStub.list(InvocationConfig invocationConfig) |
ErrorResolverInfoList |
ErrorResolver.list(InvocationConfig invocationConfig)
Returns a list of metadata for all the error resolvers registered.
|
void |
Tasks.list(String cursor,
String includedFields,
Long pageSize,
String requestUri,
Boolean sortAscending,
String sortBy,
String status,
String user,
AsyncCallback<TaskListResult> asyncCallback,
InvocationConfig invocationConfig)
Get information about all tasks
|
void |
TasksStub.list(String cursor,
String includedFields,
Long pageSize,
String requestUri,
Boolean sortAscending,
String sortBy,
String status,
String user,
AsyncCallback<TaskListResult> asyncCallback,
InvocationConfig invocationConfig) |
TaskListResult |
Tasks.list(String cursor,
String includedFields,
Long pageSize,
String requestUri,
Boolean sortAscending,
String sortBy,
String status,
String user,
InvocationConfig invocationConfig)
Get information about all tasks
|
TaskListResult |
TasksStub.list(String cursor,
String includedFields,
Long pageSize,
String requestUri,
Boolean sortAscending,
String sortBy,
String status,
String user,
InvocationConfig invocationConfig) |
void |
InfraStub.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Infra.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch API at infra level can be used in two flavours 1.
|
void |
InfraStub.patch(Infra infra,
Boolean enforceRevisionCheck,
InvocationConfig invocationConfig) |
void |
Infra.patch(Infra infra,
Boolean enforceRevisionCheck,
InvocationConfig invocationConfig)
Patch API at infra level can be used in two flavours 1.
|
void |
ErrorResolverStub.resolveerror(ErrorResolverMetadataList errorResolverMetadataList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ErrorResolver.resolveerror(ErrorResolverMetadataList errorResolverMetadataList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Invokes the corresponding error resolver for the given error(s) present in the
payload
|
void |
ErrorResolverStub.resolveerror(ErrorResolverMetadataList errorResolverMetadataList,
InvocationConfig invocationConfig) |
void |
ErrorResolver.resolveerror(ErrorResolverMetadataList errorResolverMetadataList,
InvocationConfig invocationConfig)
Invokes the corresponding error resolver for the given error(s) present in the
payload
|
void |
ClusterStub.summarizeinventorytoremote(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.summarizeinventorytoremote(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Request one-time inventory summary.
|
void |
ClusterStub.summarizeinventorytoremote(InvocationConfig invocationConfig) |
void |
Cluster.summarizeinventorytoremote(InvocationConfig invocationConfig)
Request one-time inventory summary.
|
void |
InfraStub.update(Infra infra,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Infra.update(Infra infra,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Update the infra including all the nested entities
|
Infra |
InfraStub.update(Infra infra,
InvocationConfig invocationConfig) |
Infra |
Infra.update(Infra infra,
InvocationConfig invocationConfig)
Update the infra including all the nested entities
|
void |
UiViewsStub.update(String viewId,
View view,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.update(String viewId,
View view,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig)
Update View
|
View |
UiViewsStub.update(String viewId,
View view,
InvocationConfig invocationConfig) |
View |
UiViews.update(String viewId,
View view,
InvocationConfig invocationConfig)
Update View
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrationToken.create(AsyncCallback<RegistrationToken> asyncCallback,
InvocationConfig invocationConfig)
The privileges of the registration token will be the same as the caller.
|
void |
RegistrationTokenStub.create(AsyncCallback<RegistrationToken> asyncCallback,
InvocationConfig invocationConfig) |
RegistrationToken |
RegistrationToken.create(InvocationConfig invocationConfig)
The privileges of the registration token will be the same as the caller.
|
RegistrationToken |
RegistrationTokenStub.create(InvocationConfig invocationConfig) |
void |
RoleBindings.create(RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig)
When assigning a user role, specify the user name with the same case as it
appears in vIDM to access the NSX-T user interface.
|
void |
RoleBindingsStub.create(RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig) |
RoleBinding |
RoleBindings.create(RoleBinding roleBinding,
InvocationConfig invocationConfig)
When assigning a user role, specify the user name with the same case as it
appears in vIDM to access the NSX-T user interface.
|
RoleBinding |
RoleBindingsStub.create(RoleBinding roleBinding,
InvocationConfig invocationConfig) |
void |
RoleBindings.delete(String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete user/group's roles assignment
|
void |
RegistrationToken.delete(String token,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete registration access token
|
void |
RegistrationTokenStub.delete(String token,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindingsStub.delete(String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ObjectPermissions.delete(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete object-permissions entries
|
void |
ObjectPermissionsStub.delete(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ObjectPermissions.delete(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Delete object-permissions entries
|
void |
ObjectPermissionsStub.delete(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
RoleBindings.delete(String bindingId,
InvocationConfig invocationConfig)
Delete user/group's roles assignment
|
void |
RegistrationToken.delete(String token,
InvocationConfig invocationConfig)
Delete registration access token
|
void |
RegistrationTokenStub.delete(String token,
InvocationConfig invocationConfig) |
void |
RoleBindingsStub.delete(String bindingId,
InvocationConfig invocationConfig) |
void |
RoleBindings.deletestalebindings(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete all stale role assignments
|
void |
RoleBindingsStub.deletestalebindings(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindings.deletestalebindings(InvocationConfig invocationConfig)
Delete all stale role assignments
|
void |
RoleBindingsStub.deletestalebindings(InvocationConfig invocationConfig) |
void |
UserInfo.get(AsyncCallback<UserInfo> asyncCallback,
InvocationConfig invocationConfig)
Get information about logged-in user.
|
void |
UserInfoStub.get(AsyncCallback<UserInfo> asyncCallback,
InvocationConfig invocationConfig) |
UserInfo |
UserInfo.get(InvocationConfig invocationConfig)
Get information about logged-in user.
|
UserInfo |
UserInfoStub.get(InvocationConfig invocationConfig) |
void |
RegistrationToken.get(String token,
AsyncCallback<RegistrationToken> asyncCallback,
InvocationConfig invocationConfig)
Get registration access token
|
void |
RegistrationTokenStub.get(String token,
AsyncCallback<RegistrationToken> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindings.get(String bindingId,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig)
Get user/group's role information
|
void |
RoleBindingsStub.get(String bindingId,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig) |
void |
Roles.get(String role,
AsyncCallback<RoleWithFeatures> asyncCallback,
InvocationConfig invocationConfig)
Get role information
|
void |
RolesStub.get(String role,
AsyncCallback<RoleWithFeatures> asyncCallback,
InvocationConfig invocationConfig) |
RoleBinding |
RoleBindings.get(String bindingId,
InvocationConfig invocationConfig)
Get user/group's role information
|
RegistrationToken |
RegistrationToken.get(String token,
InvocationConfig invocationConfig)
Get registration access token
|
RegistrationToken |
RegistrationTokenStub.get(String token,
InvocationConfig invocationConfig) |
RoleBinding |
RoleBindingsStub.get(String bindingId,
InvocationConfig invocationConfig) |
RoleWithFeatures |
Roles.get(String role,
InvocationConfig invocationConfig)
Get role information
|
RoleWithFeatures |
RolesStub.get(String role,
InvocationConfig invocationConfig) |
void |
EffectivePermissions.get(String featureName,
String objectPath,
AsyncCallback<PathPermissionGroup> asyncCallback,
InvocationConfig invocationConfig)
Returns none if user doesn't have access or feature_name from required request
parameter is empty/invalid/doesn't match with object-path provided.
|
void |
EffectivePermissionsStub.get(String featureName,
String objectPath,
AsyncCallback<PathPermissionGroup> asyncCallback,
InvocationConfig invocationConfig) |
PathPermissionGroup |
EffectivePermissions.get(String featureName,
String objectPath,
InvocationConfig invocationConfig)
Returns none if user doesn't have access or feature_name from required request
parameter is empty/invalid/doesn't match with object-path provided.
|
PathPermissionGroup |
EffectivePermissionsStub.get(String featureName,
String objectPath,
InvocationConfig invocationConfig) |
void |
Roles.list(AsyncCallback<RoleListResult> asyncCallback,
InvocationConfig invocationConfig)
Get information about all roles
|
void |
RolesStub.list(AsyncCallback<RoleListResult> asyncCallback,
InvocationConfig invocationConfig) |
RoleListResult |
Roles.list(InvocationConfig invocationConfig)
Get information about all roles
|
RoleListResult |
RolesStub.list(InvocationConfig invocationConfig) |
void |
ObjectPermissions.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<ObjectRolePermissionGroupListResult> asyncCallback,
InvocationConfig invocationConfig)
Get list of Object-level RBAC entries.
|
void |
ObjectPermissionsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<ObjectRolePermissionGroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
ObjectRolePermissionGroupListResult |
ObjectPermissions.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get list of Object-level RBAC entries.
|
ObjectRolePermissionGroupListResult |
ObjectPermissionsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
RoleBindings.list(String cursor,
String includedFields,
String name,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<RoleBindingListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all users and groups with their roles
|
void |
RoleBindingsStub.list(String cursor,
String includedFields,
String name,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<RoleBindingListResult> asyncCallback,
InvocationConfig invocationConfig) |
RoleBindingListResult |
RoleBindings.list(String cursor,
String includedFields,
String name,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
InvocationConfig invocationConfig)
Get all users and groups with their roles
|
RoleBindingListResult |
RoleBindingsStub.list(String cursor,
String includedFields,
String name,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
InvocationConfig invocationConfig) |
void |
ObjectPermissions.patch(ObjectRolePermissionGroup objectRolePermissionGroup,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create/update object permission mappings
|
void |
ObjectPermissionsStub.patch(ObjectRolePermissionGroup objectRolePermissionGroup,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ObjectPermissions.patch(ObjectRolePermissionGroup objectRolePermissionGroup,
InvocationConfig invocationConfig)
Create/update object permission mappings
|
void |
ObjectPermissionsStub.patch(ObjectRolePermissionGroup objectRolePermissionGroup,
InvocationConfig invocationConfig) |
void |
RoleBindings.update(String bindingId,
RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig)
Update User or Group's roles
|
void |
RoleBindingsStub.update(String bindingId,
RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig) |
RoleBinding |
RoleBindings.update(String bindingId,
RoleBinding roleBinding,
InvocationConfig invocationConfig)
Update User or Group's roles
|
RoleBinding |
RoleBindingsStub.update(String bindingId,
RoleBinding roleBinding,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchStub.create(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Search.create(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all the users and groups from vIDM matching the search key case
insensitively.
|
VidmInfoListResult |
SearchStub.create(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
VidmInfoListResult |
Search.create(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get all the users and groups from vIDM matching the search key case
insensitively.
|
void |
GroupsStub.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all the User Groups where vIDM display name matches the search key case
insensitively.
|
void |
Users.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all the users from vIDM whose userName, givenName or familyName matches the
search key case insensitively.
|
void |
UsersStub.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
VidmInfoListResult |
GroupsStub.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
VidmInfoListResult |
Groups.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get all the User Groups where vIDM display name matches the search key case
insensitively.
|
VidmInfoListResult |
Users.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get all the users from vIDM whose userName, givenName or familyName matches the
search key case insensitively.
|
VidmInfoListResult |
UsersStub.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreStub.advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
Advance any currently suspended restore operation.
|
ClusterRestoreStatus |
RestoreStub.advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
InvocationConfig invocationConfig) |
ClusterRestoreStatus |
Restore.advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
InvocationConfig invocationConfig)
Advance any currently suspended restore operation.
|
void |
RestoreStub.cancel(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.cancel(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
This operation is only valid when a restore is in suspended state.
|
ClusterRestoreStatus |
RestoreStub.cancel(InvocationConfig invocationConfig) |
ClusterRestoreStatus |
Restore.cancel(InvocationConfig invocationConfig)
This operation is only valid when a restore is in suspended state.
|
void |
Backups.retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
AsyncCallback<RemoteServerFingerprint> asyncCallback,
InvocationConfig invocationConfig)
Get SHA256 fingerprint of ECDSA key of remote server.
|
void |
BackupsStub.retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
AsyncCallback<RemoteServerFingerprint> asyncCallback,
InvocationConfig invocationConfig) |
RemoteServerFingerprint |
Backups.retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
InvocationConfig invocationConfig)
Get SHA256 fingerprint of ECDSA key of remote server.
|
RemoteServerFingerprint |
BackupsStub.retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
InvocationConfig invocationConfig) |
void |
RestoreStub.retry(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.retry(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
Retry any currently in-progress, failed restore operation.
|
ClusterRestoreStatus |
RestoreStub.retry(InvocationConfig invocationConfig) |
ClusterRestoreStatus |
Restore.retry(InvocationConfig invocationConfig)
Retry any currently in-progress, failed restore operation.
|
void |
RestoreStub.start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
Start the restore of an NSX cluster, from some previously backed-up
configuration.
|
ClusterRestoreStatus |
RestoreStub.start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
InvocationConfig invocationConfig) |
ClusterRestoreStatus |
Restore.start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
InvocationConfig invocationConfig)
Start the restore of an NSX cluster, from some previously backed-up
configuration.
|
void |
RestoreStub.suspend(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.suspend(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
Suspend any currently running restore operation.
|
ClusterRestoreStatus |
RestoreStub.suspend(InvocationConfig invocationConfig) |
ClusterRestoreStatus |
Restore.suspend(InvocationConfig invocationConfig)
Suspend any currently running restore operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Config.get(AsyncCallback<BackupConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Get a configuration of a file server and timers for automated backup.
|
void |
ConfigStub.get(AsyncCallback<BackupConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
HistoryStub.get(AsyncCallback<BackupOperationHistory> asyncCallback,
InvocationConfig invocationConfig) |
void |
History.get(AsyncCallback<BackupOperationHistory> asyncCallback,
InvocationConfig invocationConfig)
Get history of previous backup operations
|
void |
StatusStub.get(AsyncCallback<CurrentBackupOperationStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(AsyncCallback<CurrentBackupOperationStatus> asyncCallback,
InvocationConfig invocationConfig)
Get status of active backup operations
|
CurrentBackupOperationStatus |
StatusStub.get(InvocationConfig invocationConfig) |
BackupOperationHistory |
HistoryStub.get(InvocationConfig invocationConfig) |
BackupConfiguration |
Config.get(InvocationConfig invocationConfig)
Get a configuration of a file server and timers for automated backup.
|
BackupOperationHistory |
History.get(InvocationConfig invocationConfig)
Get history of previous backup operations
|
CurrentBackupOperationStatus |
Status.get(InvocationConfig invocationConfig)
Get status of active backup operations
|
BackupConfiguration |
ConfigStub.get(InvocationConfig invocationConfig) |
void |
Config.update(BackupConfiguration backupConfiguration,
AsyncCallback<BackupConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Configure file server and timers for automated backup.
|
void |
ConfigStub.update(BackupConfiguration backupConfiguration,
AsyncCallback<BackupConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
BackupConfiguration |
Config.update(BackupConfiguration backupConfiguration,
InvocationConfig invocationConfig)
Configure file server and timers for automated backup.
|
BackupConfiguration |
ConfigStub.update(BackupConfiguration backupConfiguration,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.get(AsyncCallback<RestoreConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Get configuration information for the file server used to store backed-up files.
|
void |
ConfigStub.get(AsyncCallback<RestoreConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
RestoreConfiguration |
Config.get(InvocationConfig invocationConfig)
Get configuration information for the file server used to store backed-up files.
|
RestoreConfiguration |
ConfigStub.get(InvocationConfig invocationConfig) |
void |
Backuptimestamps.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ClusterBackupInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns timestamps for all backup files that are available on the SFTP server.
|
void |
BackuptimestampsStub.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ClusterBackupInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
ClusterBackupInfoListResult |
Backuptimestamps.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Returns timestamps for all backup files that are available on the SFTP server.
|
ClusterBackupInfoListResult |
BackuptimestampsStub.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
InstructionResources.get(String instructionId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ActionableResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
For restore operations requiring user input e.g.
|
void |
InstructionResourcesStub.get(String instructionId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ActionableResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
ActionableResourceListResult |
InstructionResources.get(String instructionId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
For restore operations requiring user input e.g.
|
ActionableResourceListResult |
InstructionResourcesStub.get(String instructionId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
Config.update(RestoreConfiguration restoreConfiguration,
AsyncCallback<RestoreConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Configure file server where the backed-up files used for the Restore operation
are available.
|
void |
ConfigStub.update(RestoreConfiguration restoreConfiguration,
AsyncCallback<RestoreConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
RestoreConfiguration |
Config.update(RestoreConfiguration restoreConfiguration,
InvocationConfig invocationConfig)
Configure file server where the backed-up files used for the Restore operation
are available.
|
RestoreConfiguration |
ConfigStub.update(RestoreConfiguration restoreConfiguration,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(AsyncCallback<PolicyComplianceStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(AsyncCallback<PolicyComplianceStatus> asyncCallback,
InvocationConfig invocationConfig)
Returns the compliance status and details of non compliant configuration
|
PolicyComplianceStatus |
StatusStub.get(InvocationConfig invocationConfig) |
PolicyComplianceStatus |
Status.get(InvocationConfig invocationConfig)
Returns the compliance status and details of non compliant configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementStub.get(AsyncCallback<ManagementConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Management.get(AsyncCallback<ManagementConfig> asyncCallback,
InvocationConfig invocationConfig)
Returns the NSX Management nodes global configuration.
|
ManagementConfig |
ManagementStub.get(InvocationConfig invocationConfig) |
ManagementConfig |
Management.get(InvocationConfig invocationConfig)
Returns the NSX Management nodes global configuration.
|
void |
ManagementStub.update(ManagementConfig managementConfig,
AsyncCallback<ManagementConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Management.update(ManagementConfig managementConfig,
AsyncCallback<ManagementConfig> asyncCallback,
InvocationConfig invocationConfig)
Modifies the NSX Management nodes global configuration.
|
ManagementConfig |
ManagementStub.update(ManagementConfig managementConfig,
InvocationConfig invocationConfig) |
ManagementConfig |
Management.update(ManagementConfig managementConfig,
InvocationConfig invocationConfig)
Modifies the NSX Management nodes global configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDefinitions.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Create a Service Definition on given enforcement point.
|
void |
ServiceDefinitionsStub.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
ServiceDefinition |
ServiceDefinitions.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
InvocationConfig invocationConfig)
Create a Service Definition on given enforcement point.
|
ServiceDefinition |
ServiceDefinitionsStub.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.delete(String enforcementPointId,
String serviceDefinitionId,
InvocationConfig invocationConfig)
Delete an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.delete(String enforcementPointId,
String serviceDefinitionId,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Read Service Definition with given service-definition-id.
|
void |
ServiceDefinitionsStub.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
ServiceDefinition |
ServiceDefinitions.get(String enforcementPointId,
String serviceDefinitionId,
InvocationConfig invocationConfig)
Read Service Definition with given service-definition-id.
|
ServiceDefinition |
ServiceDefinitionsStub.get(String enforcementPointId,
String serviceDefinitionId,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
List all Service Definitions registered on given enforcement point.
|
void |
ServiceDefinitionsStub.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
ServiceInsertionServiceListResult |
ServiceDefinitions.list(String enforcementPointId,
InvocationConfig invocationConfig)
List all Service Definitions registered on given enforcement point.
|
ServiceInsertionServiceListResult |
ServiceDefinitionsStub.list(String enforcementPointId,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Update an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
ServiceDefinition |
ServiceDefinitions.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
InvocationConfig invocationConfig)
Update an existing Service Definition on the given enforcement point.
|
ServiceDefinition |
ServiceDefinitionsStub.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Accept.create(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Accept end user license agreement
|
void |
AcceptStub.create(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Accept.create(InvocationConfig invocationConfig)
Accept end user license agreement
|
void |
AcceptStub.create(InvocationConfig invocationConfig) |
void |
Acceptance.get(AsyncCallback<EULAAcceptance> asyncCallback,
InvocationConfig invocationConfig)
Return the acceptance status of end user license agreement
|
void |
AcceptanceStub.get(AsyncCallback<EULAAcceptance> asyncCallback,
InvocationConfig invocationConfig) |
EULAAcceptance |
Acceptance.get(InvocationConfig invocationConfig)
Return the acceptance status of end user license agreement
|
EULAAcceptance |
AcceptanceStub.get(InvocationConfig invocationConfig) |
void |
ContentStub.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String valueFormat,
AsyncCallback<EULAContent> asyncCallback,
InvocationConfig invocationConfig) |
void |
Content.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String valueFormat,
AsyncCallback<EULAContent> asyncCallback,
InvocationConfig invocationConfig)
Return the content of end user license agreement in the specified format.
|
EULAContent |
ContentStub.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String valueFormat,
InvocationConfig invocationConfig) |
EULAContent |
Content.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String valueFormat,
InvocationConfig invocationConfig)
Return the content of end user license agreement in the specified format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resources.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<ResourceInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
This API provides field names of attributes in NSX types that are owned by
Policy, as opposed to those owned by the enforcement point.
|
void |
ResourcesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<ResourceInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
ResourceInfoListResult |
Resources.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
InvocationConfig invocationConfig)
This API provides field names of attributes in NSX types that are owned by
Policy, as opposed to those owned by the enforcement point.
|
ResourceInfoListResult |
ResourcesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DraftsStub.abort(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.abort(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If there is a failure during publish, the admin can choose to abort the
publishing attempts.
|
void |
DraftsStub.abort(String draftId,
InvocationConfig invocationConfig) |
void |
Drafts.abort(String draftId,
InvocationConfig invocationConfig)
If there is a failure during publish, the admin can choose to abort the
publishing attempts.
|
void |
ServicesStub.delete(String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfiles.delete(String firewallSessionTimerProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Firewall Session Timer Profile
|
void |
FloodProtectionProfilesStub.delete(String floodProtectionProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.delete(String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service
|
void |
DhcpRelayConfigsStub.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.delete(String dadProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfiles.delete(String ipfixDfwProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX DFW Profile.
|
void |
ServiceChainsStub.delete(String serviceChainId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier1s.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 configuration
|
void |
DhcpServerConfigsStub.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZonesStub.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.delete(String crlId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes an existing CRL.
|
void |
IpBlocks.delete(String ipBlockId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the IpAddressBlock with the given id.
|
void |
MacDiscoveryProfiles.delete(String macDiscoveryProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Mac Discovery profile.
|
void |
SegmentSecurityProfiles.delete(String segmentSecurityProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete segment security profile with the given id.
|
void |
Ipv6DadProfiles.delete(String dadProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPv6 DAD profile
|
void |
Tier0sStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the DNS Forwarder Zone
|
void |
IpfixDfwCollectorProfilesStub.delete(String ipfixDfwCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Reactions.delete(String reactionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a Reaction under Infra.
|
void |
IpsecVpnTunnelProfiles.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom IPSec tunnel Profile.
|
void |
IpfixL2CollectorProfilesStub.delete(String ipfixL2CollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfilesStub.delete(String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfilesStub.delete(String segmentSecurityProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.delete(String ipDiscoveryProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete IP Discovery profile.
|
void |
Tier0s.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0
|
void |
MacDiscoveryProfilesStub.delete(String macDiscoveryProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.delete(String portMirroringProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete port mirroring profile.
|
void |
IpPools.delete(String ipPoolId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the IpAddressPool with the given id.
|
void |
IpsecVpnTunnelProfilesStub.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DraftsStub.delete(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Domains.delete(String domainId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the domain along with all the entities contained by this domain.
|
void |
Constraints.delete(String constraintId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete tenant constraint.
|
void |
SpoofguardProfilesStub.delete(String spoofguardProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfiles.delete(String floodProtectionProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile
|
void |
IpfixCollectorProfilesStub.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom dead peer detection (DPD) profile.
|
void |
QosProfiles.delete(String qosProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete QoS profile.
|
void |
Certificates.delete(String certificateId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Removes the specified certificate.
|
void |
PortMirroringProfilesStub.delete(String portMirroringProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpPoolsStub.delete(String ipPoolId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2Profiles.delete(String ipfixL2ProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX L2 Profile.
|
void |
Drafts.delete(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a manual draft.
|
void |
SpoofguardProfiles.delete(String spoofguardProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete SpoofGuard profile with the given id.
|
void |
IpfixDfwCollectorProfiles.delete(String ipfixDfwCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX dfw collector profile.
|
void |
Labels.delete(String labelId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete PolicyLabel object
|
void |
IpfixCollectorProfiles.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
DhcpServerConfigs.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP server configuration
|
void |
DomainsStub.delete(String domainId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CertificatesStub.delete(String certificateId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpBlocksStub.delete(String ipBlockId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ReactionsStub.delete(String reactionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CrlsStub.delete(String crlId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfilesStub.delete(String ipfixDfwProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfilesStub.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfilesStub.delete(String ndraProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfilesStub.delete(String ipDiscoveryProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP relay configuration
|
void |
DnsSecurityProfiles.delete(String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DNS security profile
|
void |
IpfixL2CollectorProfiles.delete(String ipfixL2CollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
ConstraintsStub.delete(String constraintId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.delete(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete infra segment
|
void |
Tier1sStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.delete(String ndraProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPv6 NDRA profile
|
void |
QosProfilesStub.delete(String qosProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom IKE Profile.
|
void |
SegmentsStub.delete(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LabelsStub.delete(String labelId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfilesStub.delete(String firewallSessionTimerProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.delete(String serviceChainId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
This API can be user to delete service chain with given service-chain-id.
|
void |
IpfixL2ProfilesStub.delete(String ipfixL2ProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServices.delete(String lbServiceId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBService along with all the entities contained by this LBService.
|
void |
LbClientSslProfiles.delete(String lbClientSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBClientSslProfile along with all the entities contained by this
LBClientSslProfile.
|
void |
LbVirtualServersStub.delete(String lbVirtualServerId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.delete(String lbAppProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBAppProfile along with all the entities contained by this
LBAppProfile.
|
void |
LbPersistenceProfiles.delete(String lbPersistenceProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBPersistenceProfile along with all the entities contained by this
LBPersistenceProfile.
|
void |
LbServerSslProfilesStub.delete(String lbServerSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServicesStub.delete(String lbServiceId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.delete(String contextProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPools.delete(String lbPoolId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBPool along with all the entities contained by this LBPool.
|
void |
LbMonitorProfiles.delete(String lbMonitorProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBMonitorProfile along with all the entities contained by this
LBMonitorProfile.
|
void |
LbClientSslProfilesStub.delete(String lbClientSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPoolsStub.delete(String lbPoolId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceReferences.delete(String serviceReferenceId,
Boolean cascade,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to delete a service reference with the given
service-reference-id.
|
void |
LbServerSslProfiles.delete(String lbServerSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBServerSslProfile along with all the entities contained by this
LBServerSslProfile.
|
void |
LbVirtualServers.delete(String lbVirtualServerId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBVirtualServer along with all the entities contained by this
LBVirtualServer.
|
void |
ServiceReferencesStub.delete(String serviceReferenceId,
Boolean cascade,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfilesStub.delete(String lbAppProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.delete(String lbMonitorProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.delete(String lbPersistenceProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.delete(String contextProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the specified Policy Context Profile.
|
void |
LbServices.delete(String lbServiceId,
Boolean force,
InvocationConfig invocationConfig)
Delete the LBService along with all the entities contained by this LBService.
|
void |
LbClientSslProfiles.delete(String lbClientSslProfileId,
Boolean force,
InvocationConfig invocationConfig)
Delete the LBClientSslProfile along with all the entities contained by this
LBClientSslProfile.
|
void |
LbVirtualServersStub.delete(String lbVirtualServerId,
Boolean force,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.delete(String lbAppProfileId,
Boolean force,
InvocationConfig invocationConfig)
Delete the LBAppProfile along with all the entities contained by this
LBAppProfile.
|
void |
LbPersistenceProfiles.delete(String lbPersistenceProfileId,
Boolean force,
InvocationConfig invocationConfig)
Delete the LBPersistenceProfile along with all the entities contained by this
LBPersistenceProfile.
|
void |
LbServerSslProfilesStub.delete(String lbServerSslProfileId,
Boolean force,
InvocationConfig invocationConfig) |
void |
LbServicesStub.delete(String lbServiceId,
Boolean force,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.delete(String contextProfileId,
Boolean force,
InvocationConfig invocationConfig) |
void |
LbPools.delete(String lbPoolId,
Boolean force,
InvocationConfig invocationConfig)
Delete the LBPool along with all the entities contained by this LBPool.
|
void |
LbMonitorProfiles.delete(String lbMonitorProfileId,
Boolean force,
InvocationConfig invocationConfig)
Delete the LBMonitorProfile along with all the entities contained by this
LBMonitorProfile.
|
void |
LbClientSslProfilesStub.delete(String lbClientSslProfileId,
Boolean force,
InvocationConfig invocationConfig) |
void |
LbPoolsStub.delete(String lbPoolId,
Boolean force,
InvocationConfig invocationConfig) |
void |
ServiceReferences.delete(String serviceReferenceId,
Boolean cascade,
InvocationConfig invocationConfig)
This API can be used to delete a service reference with the given
service-reference-id.
|
void |
LbServerSslProfiles.delete(String lbServerSslProfileId,
Boolean force,
InvocationConfig invocationConfig)
Delete the LBServerSslProfile along with all the entities contained by this
LBServerSslProfile.
|
void |
LbVirtualServers.delete(String lbVirtualServerId,
Boolean force,
InvocationConfig invocationConfig)
Delete the LBVirtualServer along with all the entities contained by this
LBVirtualServer.
|
void |
ServiceReferencesStub.delete(String serviceReferenceId,
Boolean cascade,
InvocationConfig invocationConfig) |
void |
LbAppProfilesStub.delete(String lbAppProfileId,
Boolean force,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.delete(String lbMonitorProfileId,
Boolean force,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.delete(String lbPersistenceProfileId,
Boolean force,
InvocationConfig invocationConfig) |
void |
ContextProfiles.delete(String contextProfileId,
Boolean force,
InvocationConfig invocationConfig)
Deletes the specified Policy Context Profile.
|
void |
ServicesStub.delete(String serviceId,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfiles.delete(String firewallSessionTimerProfileId,
InvocationConfig invocationConfig)
API will delete Firewall Session Timer Profile
|
void |
FloodProtectionProfilesStub.delete(String floodProtectionProfileId,
InvocationConfig invocationConfig) |
void |
Services.delete(String serviceId,
InvocationConfig invocationConfig)
Delete Service
|
void |
DhcpRelayConfigsStub.delete(String dhcpRelayConfigId,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.delete(String dadProfileId,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfiles.delete(String ipfixDfwProfileId,
InvocationConfig invocationConfig)
API deletes IPFIX DFW Profile.
|
void |
ServiceChainsStub.delete(String serviceChainId,
InvocationConfig invocationConfig) |
void |
Tier1s.delete(String tier1Id,
InvocationConfig invocationConfig)
Delete Tier-1 configuration
|
void |
DhcpServerConfigsStub.delete(String dhcpServerConfigId,
InvocationConfig invocationConfig) |
void |
DnsForwarderZonesStub.delete(String dnsForwarderZoneId,
InvocationConfig invocationConfig) |
void |
Crls.delete(String crlId,
InvocationConfig invocationConfig)
Deletes an existing CRL.
|
void |
IpBlocks.delete(String ipBlockId,
InvocationConfig invocationConfig)
Delete the IpAddressBlock with the given id.
|
void |
MacDiscoveryProfiles.delete(String macDiscoveryProfileId,
InvocationConfig invocationConfig)
API will delete Mac Discovery profile.
|
void |
SegmentSecurityProfiles.delete(String segmentSecurityProfileId,
InvocationConfig invocationConfig)
API will delete segment security profile with the given id.
|
void |
Ipv6DadProfiles.delete(String dadProfileId,
InvocationConfig invocationConfig)
Delete IPv6 DAD profile
|
void |
Tier0sStub.delete(String tier0Id,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.delete(String ikeProfileId,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.delete(String dnsForwarderZoneId,
InvocationConfig invocationConfig)
Delete the DNS Forwarder Zone
|
void |
IpfixDfwCollectorProfilesStub.delete(String ipfixDfwCollectorProfileId,
InvocationConfig invocationConfig) |
void |
Reactions.delete(String reactionId,
InvocationConfig invocationConfig)
Delete a Reaction under Infra.
|
void |
IpsecVpnTunnelProfiles.delete(String tunnelProfileId,
InvocationConfig invocationConfig)
Delete custom IPSec tunnel Profile.
|
void |
IpfixL2CollectorProfilesStub.delete(String ipfixL2CollectorProfileId,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfilesStub.delete(String profileId,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfilesStub.delete(String segmentSecurityProfileId,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.delete(String ipDiscoveryProfileId,
InvocationConfig invocationConfig)
API will delete IP Discovery profile.
|
void |
Tier0s.delete(String tier0Id,
InvocationConfig invocationConfig)
Delete Tier-0
|
void |
MacDiscoveryProfilesStub.delete(String macDiscoveryProfileId,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.delete(String portMirroringProfileId,
InvocationConfig invocationConfig)
API will delete port mirroring profile.
|
void |
IpPools.delete(String ipPoolId,
InvocationConfig invocationConfig)
Delete the IpAddressPool with the given id.
|
void |
IpsecVpnTunnelProfilesStub.delete(String tunnelProfileId,
InvocationConfig invocationConfig) |
void |
DraftsStub.delete(String draftId,
InvocationConfig invocationConfig) |
void |
Domains.delete(String domainId,
InvocationConfig invocationConfig)
Delete the domain along with all the entities contained by this domain.
|
void |
Constraints.delete(String constraintId,
InvocationConfig invocationConfig)
Delete tenant constraint.
|
void |
SpoofguardProfilesStub.delete(String spoofguardProfileId,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfiles.delete(String floodProtectionProfileId,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile
|
void |
IpfixCollectorProfilesStub.delete(String ipfixCollectorProfileId,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.delete(String dpdProfileId,
InvocationConfig invocationConfig)
Delete custom dead peer detection (DPD) profile.
|
void |
QosProfiles.delete(String qosProfileId,
InvocationConfig invocationConfig)
API will delete QoS profile.
|
void |
Certificates.delete(String certificateId,
InvocationConfig invocationConfig)
Removes the specified certificate.
|
void |
PortMirroringProfilesStub.delete(String portMirroringProfileId,
InvocationConfig invocationConfig) |
void |
IpPoolsStub.delete(String ipPoolId,
InvocationConfig invocationConfig) |
void |
IpfixL2Profiles.delete(String ipfixL2ProfileId,
InvocationConfig invocationConfig)
API deletes IPFIX L2 Profile.
|
void |
Drafts.delete(String draftId,
InvocationConfig invocationConfig)
Delete a manual draft.
|
void |
SpoofguardProfiles.delete(String spoofguardProfileId,
InvocationConfig invocationConfig)
API will delete SpoofGuard profile with the given id.
|
void |
IpfixDfwCollectorProfiles.delete(String ipfixDfwCollectorProfileId,
InvocationConfig invocationConfig)
API deletes IPFIX dfw collector profile.
|
void |
Labels.delete(String labelId,
InvocationConfig invocationConfig)
Delete PolicyLabel object
|
void |
IpfixCollectorProfiles.delete(String ipfixCollectorProfileId,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
DhcpServerConfigs.delete(String dhcpServerConfigId,
InvocationConfig invocationConfig)
Delete DHCP server configuration
|
void |
DomainsStub.delete(String domainId,
InvocationConfig invocationConfig) |
void |
CertificatesStub.delete(String certificateId,
InvocationConfig invocationConfig) |
void |
IpBlocksStub.delete(String ipBlockId,
InvocationConfig invocationConfig) |
void |
ReactionsStub.delete(String reactionId,
InvocationConfig invocationConfig) |
void |
CrlsStub.delete(String crlId,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfilesStub.delete(String ipfixDfwProfileId,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfilesStub.delete(String dpdProfileId,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfilesStub.delete(String ndraProfileId,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfilesStub.delete(String ipDiscoveryProfileId,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.delete(String dhcpRelayConfigId,
InvocationConfig invocationConfig)
Delete DHCP relay configuration
|
void |
DnsSecurityProfiles.delete(String profileId,
InvocationConfig invocationConfig)
Delete DNS security profile
|
void |
IpfixL2CollectorProfiles.delete(String ipfixL2CollectorProfileId,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
ConstraintsStub.delete(String constraintId,
InvocationConfig invocationConfig) |
void |
Segments.delete(String segmentId,
InvocationConfig invocationConfig)
Delete infra segment
|
void |
Tier1sStub.delete(String tier1Id,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.delete(String ndraProfileId,
InvocationConfig invocationConfig)
Delete IPv6 NDRA profile
|
void |
QosProfilesStub.delete(String qosProfileId,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.delete(String ikeProfileId,
InvocationConfig invocationConfig)
Delete custom IKE Profile.
|
void |
SegmentsStub.delete(String segmentId,
InvocationConfig invocationConfig) |
void |
LabelsStub.delete(String labelId,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfilesStub.delete(String firewallSessionTimerProfileId,
InvocationConfig invocationConfig) |
void |
ServiceChains.delete(String serviceChainId,
InvocationConfig invocationConfig)
This API can be user to delete service chain with given service-chain-id.
|
void |
IpfixL2ProfilesStub.delete(String ipfixL2ProfileId,
InvocationConfig invocationConfig) |
void |
Segments.delete0(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.delete0(String segmentId,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String segmentId,
InvocationConfig invocationConfig) |
void |
GlobalConfig.get(AsyncCallback<GlobalConfig> asyncCallback,
InvocationConfig invocationConfig)
Read global configuration
|
void |
GlobalConfigStub.get(AsyncCallback<GlobalConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServiceUsageSummary.get(Boolean includeUsages,
AsyncCallback<LBServiceUsageSummary> asyncCallback,
InvocationConfig invocationConfig)
API is used to retrieve the load balancer usage summary for all load balancer
services.
|
void |
LbServiceUsageSummaryStub.get(Boolean includeUsages,
AsyncCallback<LBServiceUsageSummary> asyncCallback,
InvocationConfig invocationConfig) |
LBServiceUsageSummary |
LbServiceUsageSummary.get(Boolean includeUsages,
InvocationConfig invocationConfig)
API is used to retrieve the load balancer usage summary for all load balancer
services.
|
LBServiceUsageSummary |
LbServiceUsageSummaryStub.get(Boolean includeUsages,
InvocationConfig invocationConfig) |
GlobalConfig |
GlobalConfig.get(InvocationConfig invocationConfig)
Read global configuration
|
GlobalConfig |
GlobalConfigStub.get(InvocationConfig invocationConfig) |
void |
Constraints.get(String constraintId,
AsyncCallback<Constraint> asyncCallback,
InvocationConfig invocationConfig)
Read tenant constraint.
|
void |
ConstraintsStub.get(String constraintId,
AsyncCallback<Constraint> asyncCallback,
InvocationConfig invocationConfig) |
void |
DeploymentZonesStub.get(String deploymentZoneId,
AsyncCallback<DeploymentZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DeploymentZones.get(String deploymentZoneId,
AsyncCallback<DeploymentZone> asyncCallback,
InvocationConfig invocationConfig)
Read a Deployment Zone.
|
void |
DhcpRelayConfigsStub.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP relay configuration
|
void |
DhcpServerConfigsStub.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server configuration
|
void |
DnsSecurityProfilesStub.get(String profileId,
AsyncCallback<DnsSecurityProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfiles.get(String profileId,
AsyncCallback<DnsSecurityProfile> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-0 instance
|
void |
Domains.get(String domainId,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig)
Read a domain.
|
void |
DomainsStub.get(String domainId,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpBlocks.get(String ipBlockId,
AsyncCallback<IpAddressBlock> asyncCallback,
InvocationConfig invocationConfig)
Read IpAddressBlock with given Id.
|
void |
IpBlocksStub.get(String ipBlockId,
AsyncCallback<IpAddressBlock> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpPools.get(String ipPoolId,
AsyncCallback<IpAddressPool> asyncCallback,
InvocationConfig invocationConfig)
Read IpAddressPool with given Id.
|
void |
IpPoolsStub.get(String ipPoolId,
AsyncCallback<IpAddressPool> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.get(String ipDiscoveryProfileId,
AsyncCallback<IPDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig)
API will get IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.get(String ipDiscoveryProfileId,
AsyncCallback<IPDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
void |
IpfixDfwCollectorProfilesStub.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX dfw collector profile.
|
void |
IpfixDfwProfiles.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
void |
IpfixL2Profiles.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX L2 profile.
|
void |
IpfixL2ProfilesStub.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom dead peer detection (DPD) profile, given the particular id.
|
void |
IpsecVpnDpdProfilesStub.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom IKE Profile, given the particular id.
|
void |
IpsecVpnTunnelProfiles.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom IPSec tunnel Profile, given the particular id.
|
void |
IpsecVpnTunnelProfilesStub.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig)
Read IPv6 DAD profile
|
void |
Ipv6NdraProfilesStub.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig)
Read IPv6 NDRA profile
|
void |
LbClientSslProfiles.get(String lbClientSslProfileId,
AsyncCallback<LBClientSslProfile> asyncCallback,
InvocationConfig invocationConfig)
Read a LBClientSslProfile.
|
void |
LbClientSslProfilesStub.get(String lbClientSslProfileId,
AsyncCallback<LBClientSslProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPools.get(String lbPoolId,
AsyncCallback<LBPool> asyncCallback,
InvocationConfig invocationConfig)
Read a LBPool.
|
void |
LbPoolsStub.get(String lbPoolId,
AsyncCallback<LBPool> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfilesStub.get(String lbServerSslProfileId,
AsyncCallback<LBServerSslProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfiles.get(String lbServerSslProfileId,
AsyncCallback<LBServerSslProfile> asyncCallback,
InvocationConfig invocationConfig)
Read a LBServerSslProfile.
|
void |
LbServices.get(String lbServiceId,
AsyncCallback<LBService> asyncCallback,
InvocationConfig invocationConfig)
Read an LBService.
|
void |
LbServicesStub.get(String lbServiceId,
AsyncCallback<LBService> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServersStub.get(String lbVirtualServerId,
AsyncCallback<LBVirtualServer> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServers.get(String lbVirtualServerId,
AsyncCallback<LBVirtualServer> asyncCallback,
InvocationConfig invocationConfig)
Read a LBVirtualServer.
|
void |
MacDiscoveryProfiles.get(String macDiscoveryProfileId,
AsyncCallback<MacDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig)
API will get Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.get(String macDiscoveryProfileId,
AsyncCallback<MacDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.get(String contextProfileId,
AsyncCallback<PolicyContextProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.get(String contextProfileId,
AsyncCallback<PolicyContextProfile> asyncCallback,
InvocationConfig invocationConfig)
Get a single PolicyContextProfile by id
|
void |
DnsForwarderZonesStub.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder Zone
|
void |
DraftsStub.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig)
Read a draft for a given draft identifier.
|
void |
FirewallSessionTimerProfiles.get(String firewallSessionTimerProfileId,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback,
InvocationConfig invocationConfig)
API will get Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.get(String firewallSessionTimerProfileId,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Labels.get(String labelId,
AsyncCallback<PolicyLabel> asyncCallback,
InvocationConfig invocationConfig)
Read a label.
|
void |
LabelsStub.get(String labelId,
AsyncCallback<PolicyLabel> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainsStub.get(String serviceChainId,
AsyncCallback<PolicyServiceChain> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.get(String serviceChainId,
AsyncCallback<PolicyServiceChain> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to read service chain with given service-chain-id.
|
void |
PortMirroringProfiles.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of port mirroring profile.
|
void |
PortMirroringProfilesStub.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
QosProfiles.get(String qosProfileId,
AsyncCallback<QosProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of QoS profile.
|
void |
QosProfilesStub.get(String qosProfileId,
AsyncCallback<QosProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Reactions.get(String reactionId,
AsyncCallback<Reaction> asyncCallback,
InvocationConfig invocationConfig)
Get Reaction under Infra.
|
void |
ReactionsStub.get(String reactionId,
AsyncCallback<Reaction> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.get(String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
Read infra segment
|
void |
SegmentsStub.get(String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfiles.get(String segmentSecurityProfileId,
AsyncCallback<SegmentSecurityProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the segment security profile with given id.
|
void |
SegmentSecurityProfilesStub.get(String segmentSecurityProfileId,
AsyncCallback<SegmentSecurityProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.get(String serviceId,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.get(String serviceId,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig)
Read a service
|
void |
PartnerServicesStub.get(String serviceName,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
void |
PartnerServices.get(String serviceName,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Read the specific partner service identified by provided name.
|
void |
ServiceReferences.get(String serviceReferenceId,
AsyncCallback<ServiceReference> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to read service reference with the given
service-reference-id.
|
void |
ServiceReferencesStub.get(String serviceReferenceId,
AsyncCallback<ServiceReference> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sites.get(String siteId,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig)
Read a site
|
void |
SitesStub.get(String siteId,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfilesStub.get(String spoofguardProfileId,
AsyncCallback<SpoofGuardProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfiles.get(String spoofguardProfileId,
AsyncCallback<SpoofGuardProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the SpoofGuard profile with given id.
|
void |
FloodProtectionProfilesStub.get(String floodProtectionProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.get(String lbAppProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read a LBAppProfile.
|
void |
LbPersistenceProfiles.get(String lbPersistenceProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read a LBPersistenceProfile.
|
void |
FloodProtectionProfiles.get(String floodProtectionProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile
|
void |
LbNodeUsage.get(String nodePath,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
LbMonitorProfiles.get(String lbMonitorProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read a LBMonitorProfile.
|
void |
LbNodeUsageStub.get(String nodePath,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfilesStub.get(String lbAppProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.get(String lbMonitorProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.get(String lbPersistenceProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0
|
void |
Tier1s.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 configuration
|
void |
Tier1sStub.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbNodeUsageSummaryStub.get(String enforcementPointPath,
Boolean includeUsages,
AsyncCallback<AggregateLBNodeUsageSummary> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbNodeUsageSummary.get(String enforcementPointPath,
Boolean includeUsages,
AsyncCallback<AggregateLBNodeUsageSummary> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
Certificates.get(String certificateId,
Boolean details,
AsyncCallback<TlsCertificate> asyncCallback,
InvocationConfig invocationConfig)
Returns information for the specified certificate ID, including the
certificate's id; resource_type (for example, certificate_self_signed,
certificate_ca, or certificate_signed); pem_encoded data; and history of the
certificate (who created or modified it and when).
|
void |
CertificatesStub.get(String certificateId,
Boolean details,
AsyncCallback<TlsCertificate> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.get(String crlId,
Boolean details,
AsyncCallback<TlsCrl> asyncCallback,
InvocationConfig invocationConfig)
Returns information about the specified CRL.
|
void |
CrlsStub.get(String crlId,
Boolean details,
AsyncCallback<TlsCrl> asyncCallback,
InvocationConfig invocationConfig) |
TlsCrl |
Crls.get(String crlId,
Boolean details,
InvocationConfig invocationConfig)
Returns information about the specified CRL.
|
TlsCertificate |
Certificates.get(String certificateId,
Boolean details,
InvocationConfig invocationConfig)
Returns information for the specified certificate ID, including the
certificate's id; resource_type (for example, certificate_self_signed,
certificate_ca, or certificate_signed); pem_encoded data; and history of the
certificate (who created or modified it and when).
|
TlsCertificate |
CertificatesStub.get(String certificateId,
Boolean details,
InvocationConfig invocationConfig) |
TlsCrl |
CrlsStub.get(String crlId,
Boolean details,
InvocationConfig invocationConfig) |
AggregateLBNodeUsageSummary |
LbNodeUsageSummaryStub.get(String enforcementPointPath,
Boolean includeUsages,
InvocationConfig invocationConfig) |
AggregateLBNodeUsageSummary |
LbNodeUsageSummary.get(String enforcementPointPath,
Boolean includeUsages,
InvocationConfig invocationConfig)
Synchronous method overload.
|
LBService |
LbServices.get(String lbServiceId,
InvocationConfig invocationConfig)
Read an LBService.
|
Service |
ServicesStub.get(String serviceId,
InvocationConfig invocationConfig) |
PolicyFirewallSessionTimerProfile |
FirewallSessionTimerProfiles.get(String firewallSessionTimerProfileId,
InvocationConfig invocationConfig)
API will get Firewall Session Timer Profile
|
Structure |
FloodProtectionProfilesStub.get(String floodProtectionProfileId,
InvocationConfig invocationConfig) |
Service |
Services.get(String serviceId,
InvocationConfig invocationConfig)
Read a service
|
DhcpRelayConfig |
DhcpRelayConfigsStub.get(String dhcpRelayConfigId,
InvocationConfig invocationConfig) |
ServiceDefinition |
PartnerServicesStub.get(String serviceName,
InvocationConfig invocationConfig) |
DeploymentZone |
DeploymentZonesStub.get(String deploymentZoneId,
InvocationConfig invocationConfig) |
LBClientSslProfile |
LbClientSslProfiles.get(String lbClientSslProfileId,
InvocationConfig invocationConfig)
Read a LBClientSslProfile.
|
Ipv6DadProfile |
Ipv6DadProfilesStub.get(String dadProfileId,
InvocationConfig invocationConfig) |
IPFIXDFWProfile |
IpfixDfwProfiles.get(String ipfixDfwProfileId,
InvocationConfig invocationConfig)
API will return details of IPFIX DFW profile.
|
PolicyServiceChain |
ServiceChainsStub.get(String serviceChainId,
InvocationConfig invocationConfig) |
Tier1 |
Tier1s.get(String tier1Id,
InvocationConfig invocationConfig)
Read Tier-1 configuration
|
LBVirtualServer |
LbVirtualServersStub.get(String lbVirtualServerId,
InvocationConfig invocationConfig) |
DhcpServerConfig |
DhcpServerConfigsStub.get(String dhcpServerConfigId,
InvocationConfig invocationConfig) |
DeploymentZone |
DeploymentZones.get(String deploymentZoneId,
InvocationConfig invocationConfig)
Read a Deployment Zone.
|
PolicyDnsForwarderZone |
DnsForwarderZonesStub.get(String dnsForwarderZoneId,
InvocationConfig invocationConfig) |
IpAddressBlock |
IpBlocks.get(String ipBlockId,
InvocationConfig invocationConfig)
Read IpAddressBlock with given Id.
|
Structure |
LbAppProfiles.get(String lbAppProfileId,
InvocationConfig invocationConfig)
Read a LBAppProfile.
|
MacDiscoveryProfile |
MacDiscoveryProfiles.get(String macDiscoveryProfileId,
InvocationConfig invocationConfig)
API will get Mac Discovery profile.
|
SegmentSecurityProfile |
SegmentSecurityProfiles.get(String segmentSecurityProfileId,
InvocationConfig invocationConfig)
API will return details of the segment security profile with given id.
|
Ipv6DadProfile |
Ipv6DadProfiles.get(String dadProfileId,
InvocationConfig invocationConfig)
Read IPv6 DAD profile
|
Site |
Sites.get(String siteId,
InvocationConfig invocationConfig)
Read a site
|
Tier0 |
Tier0sStub.get(String tier0Id,
InvocationConfig invocationConfig) |
IPSecVpnIkeProfile |
IpsecVpnIkeProfilesStub.get(String ikeProfileId,
InvocationConfig invocationConfig) |
PolicyDnsForwarderZone |
DnsForwarderZones.get(String dnsForwarderZoneId,
InvocationConfig invocationConfig)
Read the DNS Forwarder Zone
|
IPFIXDFWCollectorProfile |
IpfixDfwCollectorProfilesStub.get(String ipfixDfwCollectorProfileId,
InvocationConfig invocationConfig) |
Structure |
LbPersistenceProfiles.get(String lbPersistenceProfileId,
InvocationConfig invocationConfig)
Read a LBPersistenceProfile.
|
ServiceDefinition |
PartnerServices.get(String serviceName,
InvocationConfig invocationConfig)
Read the specific partner service identified by provided name.
|
Reaction |
Reactions.get(String reactionId,
InvocationConfig invocationConfig)
Get Reaction under Infra.
|
IPSecVpnTunnelProfile |
IpsecVpnTunnelProfiles.get(String tunnelProfileId,
InvocationConfig invocationConfig)
Get custom IPSec tunnel Profile, given the particular id.
|
IPFIXL2CollectorProfile |
IpfixL2CollectorProfilesStub.get(String ipfixL2CollectorProfileId,
InvocationConfig invocationConfig) |
DnsSecurityProfile |
DnsSecurityProfilesStub.get(String profileId,
InvocationConfig invocationConfig) |
SegmentSecurityProfile |
SegmentSecurityProfilesStub.get(String segmentSecurityProfileId,
InvocationConfig invocationConfig) |
IPDiscoveryProfile |
IpDiscoveryProfiles.get(String ipDiscoveryProfileId,
InvocationConfig invocationConfig)
API will get IP Discovery profile.
|
Tier0 |
Tier0s.get(String tier0Id,
InvocationConfig invocationConfig)
Read Tier-0
|
MacDiscoveryProfile |
MacDiscoveryProfilesStub.get(String macDiscoveryProfileId,
InvocationConfig invocationConfig) |
PortMirroringProfile |
PortMirroringProfiles.get(String portMirroringProfileId,
InvocationConfig invocationConfig)
API will return details of port mirroring profile.
|
IpAddressPool |
IpPools.get(String ipPoolId,
InvocationConfig invocationConfig)
Read IpAddressPool with given Id.
|
IPSecVpnTunnelProfile |
IpsecVpnTunnelProfilesStub.get(String tunnelProfileId,
InvocationConfig invocationConfig) |
PolicyDraft |
DraftsStub.get(String draftId,
InvocationConfig invocationConfig) |
Domain |
Domains.get(String domainId,
InvocationConfig invocationConfig)
Read a domain.
|
Constraint |
Constraints.get(String constraintId,
InvocationConfig invocationConfig)
Read tenant constraint.
|
LBServerSslProfile |
LbServerSslProfilesStub.get(String lbServerSslProfileId,
InvocationConfig invocationConfig) |
SpoofGuardProfile |
SpoofguardProfilesStub.get(String spoofguardProfileId,
InvocationConfig invocationConfig) |
Structure |
FloodProtectionProfiles.get(String floodProtectionProfileId,
InvocationConfig invocationConfig)
API will get Flood Protection Profile
|
LBService |
LbServicesStub.get(String lbServiceId,
InvocationConfig invocationConfig) |
IPFIXCollectorProfile |
IpfixCollectorProfilesStub.get(String ipfixCollectorProfileId,
InvocationConfig invocationConfig) |
Structure |
LbNodeUsage.get(String nodePath,
InvocationConfig invocationConfig)
Synchronous method overload.
|
PolicyContextProfile |
ContextProfilesStub.get(String contextProfileId,
InvocationConfig invocationConfig) |
IPSecVpnDpdProfile |
IpsecVpnDpdProfiles.get(String dpdProfileId,
InvocationConfig invocationConfig)
Get custom dead peer detection (DPD) profile, given the particular id.
|
QosProfile |
QosProfiles.get(String qosProfileId,
InvocationConfig invocationConfig)
API will return details of QoS profile.
|
PortMirroringProfile |
PortMirroringProfilesStub.get(String portMirroringProfileId,
InvocationConfig invocationConfig) |
IpAddressPool |
IpPoolsStub.get(String ipPoolId,
InvocationConfig invocationConfig) |
LBPool |
LbPools.get(String lbPoolId,
InvocationConfig invocationConfig)
Read a LBPool.
|
Structure |
LbMonitorProfiles.get(String lbMonitorProfileId,
InvocationConfig invocationConfig)
Read a LBMonitorProfile.
|
LBClientSslProfile |
LbClientSslProfilesStub.get(String lbClientSslProfileId,
InvocationConfig invocationConfig) |
IPFIXL2Profile |
IpfixL2Profiles.get(String ipfixL2ProfileId,
InvocationConfig invocationConfig)
API will return details of IPFIX L2 profile.
|
PolicyDraft |
Drafts.get(String draftId,
InvocationConfig invocationConfig)
Read a draft for a given draft identifier.
|
SpoofGuardProfile |
SpoofguardProfiles.get(String spoofguardProfileId,
InvocationConfig invocationConfig)
API will return details of the SpoofGuard profile with given id.
|
LBPool |
LbPoolsStub.get(String lbPoolId,
InvocationConfig invocationConfig) |
ServiceReference |
ServiceReferences.get(String serviceReferenceId,
InvocationConfig invocationConfig)
This API can be used to read service reference with the given
service-reference-id.
|
IPFIXDFWCollectorProfile |
IpfixDfwCollectorProfiles.get(String ipfixDfwCollectorProfileId,
InvocationConfig invocationConfig)
API will return details of IPFIX dfw collector profile.
|
PolicyLabel |
Labels.get(String labelId,
InvocationConfig invocationConfig)
Read a label.
|
LBServerSslProfile |
LbServerSslProfiles.get(String lbServerSslProfileId,
InvocationConfig invocationConfig)
Read a LBServerSslProfile.
|
IPFIXCollectorProfile |
IpfixCollectorProfiles.get(String ipfixCollectorProfileId,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
DhcpServerConfig |
DhcpServerConfigs.get(String dhcpServerConfigId,
InvocationConfig invocationConfig)
Read DHCP server configuration
|
Domain |
DomainsStub.get(String domainId,
InvocationConfig invocationConfig) |
IpAddressBlock |
IpBlocksStub.get(String ipBlockId,
InvocationConfig invocationConfig) |
Reaction |
ReactionsStub.get(String reactionId,
InvocationConfig invocationConfig) |
IPFIXDFWProfile |
IpfixDfwProfilesStub.get(String ipfixDfwProfileId,
InvocationConfig invocationConfig) |
IPSecVpnDpdProfile |
IpsecVpnDpdProfilesStub.get(String dpdProfileId,
InvocationConfig invocationConfig) |
Ipv6NdraProfile |
Ipv6NdraProfilesStub.get(String ndraProfileId,
InvocationConfig invocationConfig) |
IPDiscoveryProfile |
IpDiscoveryProfilesStub.get(String ipDiscoveryProfileId,
InvocationConfig invocationConfig) |
Structure |
LbNodeUsageStub.get(String nodePath,
InvocationConfig invocationConfig) |
DhcpRelayConfig |
DhcpRelayConfigs.get(String dhcpRelayConfigId,
InvocationConfig invocationConfig)
Read DHCP relay configuration
|
DnsSecurityProfile |
DnsSecurityProfiles.get(String profileId,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-0 instance
|
LBVirtualServer |
LbVirtualServers.get(String lbVirtualServerId,
InvocationConfig invocationConfig)
Read a LBVirtualServer.
|
ServiceReference |
ServiceReferencesStub.get(String serviceReferenceId,
InvocationConfig invocationConfig) |
IPFIXL2CollectorProfile |
IpfixL2CollectorProfiles.get(String ipfixL2CollectorProfileId,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
Constraint |
ConstraintsStub.get(String constraintId,
InvocationConfig invocationConfig) |
Segment |
Segments.get(String segmentId,
InvocationConfig invocationConfig)
Read infra segment
|
Tier1 |
Tier1sStub.get(String tier1Id,
InvocationConfig invocationConfig) |
Ipv6NdraProfile |
Ipv6NdraProfiles.get(String ndraProfileId,
InvocationConfig invocationConfig)
Read IPv6 NDRA profile
|
QosProfile |
QosProfilesStub.get(String qosProfileId,
InvocationConfig invocationConfig) |
Structure |
LbAppProfilesStub.get(String lbAppProfileId,
InvocationConfig invocationConfig) |
IPSecVpnIkeProfile |
IpsecVpnIkeProfiles.get(String ikeProfileId,
InvocationConfig invocationConfig)
Get custom IKE Profile, given the particular id.
|
Structure |
LbMonitorProfilesStub.get(String lbMonitorProfileId,
InvocationConfig invocationConfig) |
Structure |
LbPersistenceProfilesStub.get(String lbPersistenceProfileId,
InvocationConfig invocationConfig) |
Site |
SitesStub.get(String siteId,
InvocationConfig invocationConfig) |
Segment |
SegmentsStub.get(String segmentId,
InvocationConfig invocationConfig) |
PolicyLabel |
LabelsStub.get(String labelId,
InvocationConfig invocationConfig) |
PolicyFirewallSessionTimerProfile |
FirewallSessionTimerProfilesStub.get(String firewallSessionTimerProfileId,
InvocationConfig invocationConfig) |
PolicyServiceChain |
ServiceChains.get(String serviceChainId,
InvocationConfig invocationConfig)
This API can be used to read service chain with given service-chain-id.
|
PolicyContextProfile |
ContextProfiles.get(String contextProfileId,
InvocationConfig invocationConfig)
Get a single PolicyContextProfile by id
|
IPFIXL2Profile |
IpfixL2ProfilesStub.get(String ipfixL2ProfileId,
InvocationConfig invocationConfig) |
void |
Crls.importcrl(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrlListResult> asyncCallback,
InvocationConfig invocationConfig)
Adds a new certificate revocation list (CRLs).
|
void |
CrlsStub.importcrl(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrlListResult> asyncCallback,
InvocationConfig invocationConfig) |
TlsCrlListResult |
Crls.importcrl(String crlId,
TlsCrl tlsCrl,
InvocationConfig invocationConfig)
Adds a new certificate revocation list (CRLs).
|
TlsCrlListResult |
CrlsStub.importcrl(String crlId,
TlsCrl tlsCrl,
InvocationConfig invocationConfig) |
void |
DraftsStub.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback,
InvocationConfig invocationConfig)
List policy drafts.
|
PolicyDraftListResult |
DraftsStub.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyDraftListResult |
Drafts.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List policy drafts.
|
void |
ServicesStub.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of Services for infra.
|
ServiceListResult |
ServicesStub.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
ServiceListResult |
Services.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of Services for infra.
|
void |
Constraints.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ConstraintListResult> asyncCallback,
InvocationConfig invocationConfig)
List tenant constraints.
|
void |
ConstraintsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ConstraintListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DeploymentZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DeploymentZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DeploymentZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DeploymentZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Deployment zones for infra.
|
void |
DhcpRelayConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
void |
DhcpServerConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP server config instances
|
void |
DnsSecurityProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all DNS security profiles
|
void |
Domains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all domains for infra.
|
void |
DomainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Flood Protection Profiles
|
void |
IpBlocks.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressBlockListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of IpAddressBlocks.
|
void |
IpBlocksStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressBlockListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpPools.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of IpAddressPools.
|
void |
IpPoolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPDiscoveryProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all IP Discovery Profiles active in current discovery profile id.
|
void |
IpDiscoveryProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPDiscoveryProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixDfwCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX dfw collector profiles and their details.
|
void |
IpfixDfwProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX DFW profiles available on selected logical DFW.
|
void |
IpfixDfwProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixL2Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX L2 Profiles available on selected logical l2.
|
void |
IpfixL2ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all DPD Profiles.
|
void |
IpsecVpnDpdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IKE Profiles.
|
void |
IpsecVpnTunnelProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec tunnel Profiles.
|
void |
IpsecVpnTunnelProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
void |
Ipv6NdraProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
void |
LbAppProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBAppProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBAppProfiles.
|
void |
LbAppProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBAppProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbClientSslProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBClientSslProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBClientSslProfiles.
|
void |
LbClientSslProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBClientSslProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBMonitorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBMonitorProfiles for infra.
|
void |
LbMonitorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBMonitorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPersistenceProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBPersistenceProfiles for infra.
|
void |
LbPersistenceProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPersistenceProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPools.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPoolListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBPools.
|
void |
LbPoolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPoolListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServerSslProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServerSslProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBServerSslProfiles.
|
void |
LbServices.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBService.
|
void |
LbServicesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbSslCiphersAndProtocols.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LbSslCipherAndProtocolListResult> asyncCallback,
InvocationConfig invocationConfig)
Retrieve a list of supported SSL ciphers and protocols.
|
void |
LbSslCiphersAndProtocolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LbSslCipherAndProtocolListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServersStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBVirtualServerListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServers.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBVirtualServerListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBVirtualServers.
|
void |
MacDiscoveryProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MacDiscoveryProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Mac Discovery Profiles active in current discovery profile id.
|
void |
MacDiscoveryProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MacDiscoveryProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all PolicyContextProfiles
|
void |
DnsForwarderZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Dns Forwarder Zones
|
void |
FirewallSessionTimerProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Session Timer Profiles
|
void |
FirewallSessionTimerProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Labels.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyLabelListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all labels for infra.
|
void |
LabelsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyLabelListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceChainListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceChainListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the service chains available for service insertion
|
void |
Reactions.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ReactionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all Reactions under Infra.
|
void |
ReactionsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ReactionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all segments under infra.
|
void |
SegmentsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all segment security profiles.
|
void |
SegmentSecurityProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PartnerServicesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PartnerServices.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Read all the partner services available for service insertion
|
void |
ServiceReferences.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the partner service references available for service insertion
|
void |
ServiceReferencesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sites.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all sites for infra.
|
void |
SitesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SpoofGuardProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SpoofGuardProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all SpoofGuard profiles.
|
void |
Tier0sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0s
|
void |
Tier1s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1ListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 instances
|
void |
Tier1sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1ListResult> asyncCallback,
InvocationConfig invocationConfig) |
LBServiceListResult |
LbServices.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all LBService.
|
PolicyFirewallSessionTimerProfileListResult |
FirewallSessionTimerProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Firewall Session Timer Profiles
|
FloodProtectionProfileListResult |
FloodProtectionProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
DhcpRelayConfigListResult |
DhcpRelayConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
ServiceInsertionServiceListResult |
PartnerServicesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
DeploymentZoneListResult |
DeploymentZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
LBClientSslProfileListResult |
LbClientSslProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all LBClientSslProfiles.
|
Ipv6DadProfileListResult |
Ipv6DadProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
LbSslCipherAndProtocolListResult |
LbSslCiphersAndProtocols.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Retrieve a list of supported SSL ciphers and protocols.
|
IPFIXDFWProfileListResult |
IpfixDfwProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API provides list IPFIX DFW profiles available on selected logical DFW.
|
PolicyServiceChainListResult |
ServiceChainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
Tier1ListResult |
Tier1s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 instances
|
LBVirtualServerListResult |
LbVirtualServersStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
DhcpServerConfigListResult |
DhcpServerConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
DeploymentZoneListResult |
DeploymentZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Deployment zones for infra.
|
PolicyDnsForwarderZoneListResult |
DnsForwarderZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IpAddressBlockListResult |
IpBlocks.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of IpAddressBlocks.
|
LBAppProfileListResult |
LbAppProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all LBAppProfiles.
|
MacDiscoveryProfileListResult |
MacDiscoveryProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Mac Discovery Profiles active in current discovery profile id.
|
SegmentSecurityProfileListResult |
SegmentSecurityProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all segment security profiles.
|
Ipv6DadProfileListResult |
Ipv6DadProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
SiteListResult |
Sites.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all sites for infra.
|
Tier0ListResult |
Tier0sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnIkeProfileListResult |
IpsecVpnIkeProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyDnsForwarderZoneListResult |
DnsForwarderZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Dns Forwarder Zones
|
IPFIXDFWCollectorProfileListResult |
IpfixDfwCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
LBPersistenceProfileListResult |
LbPersistenceProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all LBPersistenceProfiles for infra.
|
ServiceInsertionServiceListResult |
PartnerServices.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Read all the partner services available for service insertion
|
ReactionListResult |
Reactions.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all Reactions under Infra.
|
IPSecVpnTunnelProfileListResult |
IpsecVpnTunnelProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all IPSec tunnel Profiles.
|
IPFIXL2CollectorProfileListResult |
IpfixL2CollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
DnsSecurityProfileListResult |
DnsSecurityProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentSecurityProfileListResult |
SegmentSecurityProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPDiscoveryProfileListResult |
IpDiscoveryProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all IP Discovery Profiles active in current discovery profile id.
|
Tier0ListResult |
Tier0s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Tier-0s
|
MacDiscoveryProfileListResult |
MacDiscoveryProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IpAddressPoolListResult |
IpPools.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of IpAddressPools.
|
IPSecVpnTunnelProfileListResult |
IpsecVpnTunnelProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
DomainListResult |
Domains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all domains for infra.
|
ConstraintListResult |
Constraints.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List tenant constraints.
|
LBServerSslProfileListResult |
LbServerSslProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SpoofGuardProfileListResult |
SpoofguardProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
FloodProtectionProfileListResult |
FloodProtectionProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Flood Protection Profiles
|
LBServiceListResult |
LbServicesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPFIXCollectorProfileListResult |
IpfixCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyContextProfileListResult |
ContextProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnDpdProfileListResult |
IpsecVpnDpdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all DPD Profiles.
|
IpAddressPoolListResult |
IpPoolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
LBPoolListResult |
LbPools.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all LBPools.
|
LBMonitorProfileListResult |
LbMonitorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all LBMonitorProfiles for infra.
|
LBClientSslProfileListResult |
LbClientSslProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPFIXL2ProfileListResult |
IpfixL2Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API provides list IPFIX L2 Profiles available on selected logical l2.
|
SpoofGuardProfileListResult |
SpoofguardProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all SpoofGuard profiles.
|
LBPoolListResult |
LbPoolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
ServiceReferenceListResult |
ServiceReferences.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all the partner service references available for service insertion
|
IPFIXDFWCollectorProfileListResult |
IpfixDfwCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will provide list of all IPFIX dfw collector profiles and their details.
|
PolicyLabelListResult |
Labels.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all labels for infra.
|
LBServerSslProfileListResult |
LbServerSslProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all LBServerSslProfiles.
|
IPFIXCollectorProfileListResult |
IpfixCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
DhcpServerConfigListResult |
DhcpServerConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all DHCP server config instances
|
DomainListResult |
DomainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IpAddressBlockListResult |
IpBlocksStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
ReactionListResult |
ReactionsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPFIXDFWProfileListResult |
IpfixDfwProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnDpdProfileListResult |
IpsecVpnDpdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
Ipv6NdraProfileListResult |
Ipv6NdraProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPDiscoveryProfileListResult |
IpDiscoveryProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
DhcpRelayConfigListResult |
DhcpRelayConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
DnsSecurityProfileListResult |
DnsSecurityProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all DNS security profiles
|
LBVirtualServerListResult |
LbVirtualServers.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all LBVirtualServers.
|
ServiceReferenceListResult |
ServiceReferencesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPFIXL2CollectorProfileListResult |
IpfixL2CollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
ConstraintListResult |
ConstraintsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentListResult |
Segments.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all segments under infra.
|
Tier1ListResult |
Tier1sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
Ipv6NdraProfileListResult |
Ipv6NdraProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
LBAppProfileListResult |
LbAppProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnIkeProfileListResult |
IpsecVpnIkeProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all IKE Profiles.
|
LBMonitorProfileListResult |
LbMonitorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
LBPersistenceProfileListResult |
LbPersistenceProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SiteListResult |
SitesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentListResult |
SegmentsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyLabelListResult |
LabelsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyFirewallSessionTimerProfileListResult |
FirewallSessionTimerProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
LbSslCipherAndProtocolListResult |
LbSslCiphersAndProtocolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyServiceChainListResult |
ServiceChains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all the service chains available for service insertion
|
PolicyContextProfileListResult |
ContextProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get all PolicyContextProfiles
|
IPFIXL2ProfileListResult |
IpfixL2ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
Certificates.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCertificateList> asyncCallback,
InvocationConfig invocationConfig)
Returns all certificate information viewable by the user, including each
certificate's id; resource_type (for example, certificate_self_signed,
certificate_ca, or certificate_signed); pem_encoded data; and history of the
certificate (who created or modified it and when).
|
void |
CertificatesStub.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCertificateList> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCrlListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns information about all CRLs.
|
void |
CrlsStub.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCrlListResult> asyncCallback,
InvocationConfig invocationConfig) |
TlsCrlListResult |
Crls.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
InvocationConfig invocationConfig)
Returns information about all CRLs.
|
TlsCertificateList |
Certificates.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
InvocationConfig invocationConfig)
Returns all certificate information viewable by the user, including each
certificate's id; resource_type (for example, certificate_self_signed,
certificate_ca, or certificate_signed); pem_encoded data; and history of the
certificate (who created or modified it and when).
|
TlsCertificateList |
CertificatesStub.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
InvocationConfig invocationConfig) |
TlsCrlListResult |
CrlsStub.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port mirroring profiles group.
|
void |
PortMirroringProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
QosProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<QosProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all QoS profiles.
|
void |
QosProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<QosProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
PortMirroringProfileListResult |
PortMirroringProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all port mirroring profiles group.
|
QosProfileListResult |
QosProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all QoS profiles.
|
PortMirroringProfileListResult |
PortMirroringProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
QosProfileListResult |
QosProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
GroupAssociationsStub.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupAssociations.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given object is a member.
|
PolicyResourceReferenceForEPListResult |
GroupAssociationsStub.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyResourceReferenceForEPListResult |
GroupAssociations.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get policy groups for which the given object is a member.
|
void |
GlobalConfig.patch(GlobalConfig globalConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the global configuration
|
void |
GlobalConfigStub.patch(GlobalConfig globalConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalConfig.patch(GlobalConfig globalConfig,
InvocationConfig invocationConfig)
Update the global configuration
|
void |
GlobalConfigStub.patch(GlobalConfig globalConfig,
InvocationConfig invocationConfig) |
void |
Constraints.patch(String constraintId,
Constraint constraint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create tenant constraint if not exists, otherwise update the existing
constraint.
|
void |
ConstraintsStub.patch(String constraintId,
Constraint constraint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Constraints.patch(String constraintId,
Constraint constraint,
InvocationConfig invocationConfig)
Create tenant constraint if not exists, otherwise update the existing
constraint.
|
void |
ConstraintsStub.patch(String constraintId,
Constraint constraint,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigsStub.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpRelayConfigsStub.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpServerConfigsStub.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DhcpServerConfigsStub.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DnsSecurityProfilesStub.patch(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfiles.patch(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update DNS security profile
|
void |
DnsSecurityProfilesStub.patch(String profileId,
DnsSecurityProfile dnsSecurityProfile,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfiles.patch(String profileId,
DnsSecurityProfile dnsSecurityProfile,
InvocationConfig invocationConfig)
Create or update DNS security profile
|
void |
Domains.patch(String domainId,
Domain domain,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a domain with the domain-id is not already present, create a new domain.
|
void |
DomainsStub.patch(String domainId,
Domain domain,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Domains.patch(String domainId,
Domain domain,
InvocationConfig invocationConfig)
If a domain with the domain-id is not already present, create a new domain.
|
void |
DomainsStub.patch(String domainId,
Domain domain,
InvocationConfig invocationConfig) |
void |
IpBlocks.patch(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates a new IpAddressBlock with specified ID if not already present.
|
void |
IpBlocksStub.patch(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpBlocks.patch(String ipBlockId,
IpAddressBlock ipAddressBlock,
InvocationConfig invocationConfig)
Creates a new IpAddressBlock with specified ID if not already present.
|
void |
IpBlocksStub.patch(String ipBlockId,
IpAddressBlock ipAddressBlock,
InvocationConfig invocationConfig) |
void |
IpPools.patch(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates a new IpAddressPool with specified ID if not already present.
|
void |
IpPoolsStub.patch(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpPools.patch(String ipPoolId,
IpAddressPool ipAddressPool,
InvocationConfig invocationConfig)
Creates a new IpAddressPool with specified ID if not already present.
|
void |
IpPoolsStub.patch(String ipPoolId,
IpAddressPool ipAddressPool,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.patch(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.patch(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.patch(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
InvocationConfig invocationConfig)
API will create IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.patch(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixCollectorProfilesStub.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixDfwCollectorProfilesStub.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX dfw collector profile if the IPFIX dfw collector profile with
given id does not already exist.
|
void |
IpfixDfwCollectorProfilesStub.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
InvocationConfig invocationConfig)
Create a new IPFIX dfw collector profile if the IPFIX dfw collector profile with
given id does not already exist.
|
void |
IpfixDfwProfiles.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX DFW profile if the IPFIX DFW profile with given id does not
already exist.
|
void |
IpfixDfwProfilesStub.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfiles.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
InvocationConfig invocationConfig)
Create a new IPFIX DFW profile if the IPFIX DFW profile with given id does not
already exist.
|
void |
IpfixDfwProfilesStub.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixL2CollectorProfilesStub.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixL2Profiles.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX L2 profile if the IPFIX L2 profile with given id does not
already exist.
|
void |
IpfixL2ProfilesStub.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2Profiles.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
InvocationConfig invocationConfig)
Create a new IPFIX L2 profile if the IPFIX L2 profile with given id does not
already exist.
|
void |
IpfixL2ProfilesStub.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnIkeProfilesStub.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
InvocationConfig invocationConfig)
Create or patch custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnTunnelProfiles.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnTunnelProfiles.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
InvocationConfig invocationConfig)
Create or patch custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6DadProfilesStub.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6NdraProfilesStub.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
Ipv6NdraProfilesStub.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
LbClientSslProfiles.patch(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBClientSslProfile with the lb-client-ssl-profile-id is not already
present, create a new LBClientSslProfile.
|
void |
LbClientSslProfilesStub.patch(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbClientSslProfiles.patch(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
InvocationConfig invocationConfig)
If a LBClientSslProfile with the lb-client-ssl-profile-id is not already
present, create a new LBClientSslProfile.
|
void |
LbClientSslProfilesStub.patch(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
InvocationConfig invocationConfig) |
void |
LbPools.patch(String lbPoolId,
LBPool lbPool,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBPool with the lb-pool-id is not already present, create a new LBPool.
|
void |
LbPoolsStub.patch(String lbPoolId,
LBPool lbPool,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPools.patch(String lbPoolId,
LBPool lbPool,
InvocationConfig invocationConfig)
If a LBPool with the lb-pool-id is not already present, create a new LBPool.
|
void |
LbPoolsStub.patch(String lbPoolId,
LBPool lbPool,
InvocationConfig invocationConfig) |
void |
LbServerSslProfilesStub.patch(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfiles.patch(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBServerSslProfile with the lb-server-ssl-profile-id is not already
present, create a new LBServerSslProfile.
|
void |
LbServerSslProfilesStub.patch(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
InvocationConfig invocationConfig) |
void |
LbServerSslProfiles.patch(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
InvocationConfig invocationConfig)
If a LBServerSslProfile with the lb-server-ssl-profile-id is not already
present, create a new LBServerSslProfile.
|
void |
LbServices.patch(String lbServiceId,
LBService lbService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBService with the lb-service-id is not already present, create a new
LBService.
|
void |
LbServicesStub.patch(String lbServiceId,
LBService lbService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServices.patch(String lbServiceId,
LBService lbService,
InvocationConfig invocationConfig)
If a LBService with the lb-service-id is not already present, create a new
LBService.
|
void |
LbServicesStub.patch(String lbServiceId,
LBService lbService,
InvocationConfig invocationConfig) |
void |
LbVirtualServersStub.patch(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServers.patch(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBVirtualServer with the lb-virtual-server-id is not already present,
create a new LBVirtualServer.
|
void |
LbVirtualServersStub.patch(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
InvocationConfig invocationConfig) |
void |
LbVirtualServers.patch(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
InvocationConfig invocationConfig)
If a LBVirtualServer with the lb-virtual-server-id is not already present,
create a new LBVirtualServer.
|
void |
MacDiscoveryProfiles.patch(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.patch(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
MacDiscoveryProfiles.patch(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
InvocationConfig invocationConfig)
API will create Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.patch(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.patch(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.patch(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyContextProfile, which encapsulates attribute and
sub-attributes of network services.
|
void |
ContextProfilesStub.patch(String contextProfileId,
PolicyContextProfile policyContextProfile,
InvocationConfig invocationConfig) |
void |
ContextProfiles.patch(String contextProfileId,
PolicyContextProfile policyContextProfile,
InvocationConfig invocationConfig)
Creates/Updates a PolicyContextProfile, which encapsulates attribute and
sub-attributes of network services.
|
void |
DnsForwarderZonesStub.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
void |
DraftsStub.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
DraftsStub.patch(String draftId,
PolicyDraft policyDraft,
InvocationConfig invocationConfig) |
void |
Drafts.patch(String draftId,
PolicyDraft policyDraft,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
FirewallSessionTimerProfiles.patch(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create/update Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.patch(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfiles.patch(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
InvocationConfig invocationConfig)
API will create/update Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.patch(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
InvocationConfig invocationConfig) |
void |
Labels.patch(String labelId,
PolicyLabel policyLabel,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create label if not exists, otherwise take the partial updates.
|
void |
LabelsStub.patch(String labelId,
PolicyLabel policyLabel,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Labels.patch(String labelId,
PolicyLabel policyLabel,
InvocationConfig invocationConfig)
Create label if not exists, otherwise take the partial updates.
|
void |
LabelsStub.patch(String labelId,
PolicyLabel policyLabel,
InvocationConfig invocationConfig) |
void |
ServiceChainsStub.patch(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.patch(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service chain representing the sequence in which 3rd party services must
be consumed.
|
void |
ServiceChainsStub.patch(String serviceChainId,
PolicyServiceChain policyServiceChain,
InvocationConfig invocationConfig) |
void |
ServiceChains.patch(String serviceChainId,
PolicyServiceChain policyServiceChain,
InvocationConfig invocationConfig)
Create Service chain representing the sequence in which 3rd party services must
be consumed.
|
void |
PortMirroringProfiles.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new Port Mirroring Profile if the Port Mirroring Profile with given id
does not already exist.
|
void |
PortMirroringProfilesStub.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
InvocationConfig invocationConfig)
Create a new Port Mirroring Profile if the Port Mirroring Profile with given id
does not already exist.
|
void |
PortMirroringProfilesStub.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
InvocationConfig invocationConfig) |
void |
QosProfiles.patch(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new QoS profile if the QoS profile with given id does not already
exist.
|
void |
QosProfilesStub.patch(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
QosProfiles.patch(String qosProfileId,
QosProfile qosProfile,
InvocationConfig invocationConfig)
Create a new QoS profile if the QoS profile with given id does not already
exist.
|
void |
QosProfilesStub.patch(String qosProfileId,
QosProfile qosProfile,
InvocationConfig invocationConfig) |
void |
Reactions.patch(String reactionId,
Reaction reaction,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a Reaction under Infra.
|
void |
ReactionsStub.patch(String reactionId,
Reaction reaction,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Reactions.patch(String reactionId,
Reaction reaction,
InvocationConfig invocationConfig)
Create or patch a Reaction under Infra.
|
void |
ReactionsStub.patch(String reactionId,
Reaction reaction,
InvocationConfig invocationConfig) |
void |
Segments.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.patch(String segmentId,
Segment segment,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String segmentId,
Segment segment,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfiles.patch(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new segment security profile if the segment security profile with given
id does not exist.
|
void |
SegmentSecurityProfilesStub.patch(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfiles.patch(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
InvocationConfig invocationConfig)
Create a new segment security profile if the segment security profile with given
id does not exist.
|
void |
SegmentSecurityProfilesStub.patch(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
InvocationConfig invocationConfig) |
void |
ServicesStub.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
void |
ServicesStub.patch(String serviceId,
Service service,
InvocationConfig invocationConfig) |
void |
Services.patch(String serviceId,
Service service,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
void |
ServiceReferences.patch(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service Reference representing the intent to consume a given 3rd party
service.
|
void |
ServiceReferencesStub.patch(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceReferences.patch(String serviceReferenceId,
ServiceReference serviceReference,
InvocationConfig invocationConfig)
Create Service Reference representing the intent to consume a given 3rd party
service.
|
void |
ServiceReferencesStub.patch(String serviceReferenceId,
ServiceReference serviceReference,
InvocationConfig invocationConfig) |
void |
SpoofguardProfilesStub.patch(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfiles.patch(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new SpoofGuard profile if the SpoofGuard profile with the given id does
not exist.
|
void |
SpoofguardProfilesStub.patch(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
InvocationConfig invocationConfig) |
void |
SpoofguardProfiles.patch(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
InvocationConfig invocationConfig)
Create a new SpoofGuard profile if the SpoofGuard profile with the given id does
not exist.
|
void |
FloodProtectionProfilesStub.patch(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.patch(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBAppProfile with the lb-app-profile-id is not already present, create a
new LBAppProfile.
|
void |
LbPersistenceProfiles.patch(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBPersistenceProfile with the lb-persistence-profile-id is not already
present, create a new LBPersistenceProfile.
|
void |
FloodProtectionProfiles.patch(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create/update Flood Protection Profile
|
void |
LbMonitorProfiles.patch(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBMonitorProfile with the lb-monitor-profile-id is not already present,
create a new LBMonitorProfile.
|
void |
LbAppProfilesStub.patch(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.patch(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.patch(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfilesStub.patch(String floodProtectionProfileId,
Structure floodProtectionProfile,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.patch(String lbAppProfileId,
Structure lbAppProfile,
InvocationConfig invocationConfig)
If a LBAppProfile with the lb-app-profile-id is not already present, create a
new LBAppProfile.
|
void |
LbPersistenceProfiles.patch(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
InvocationConfig invocationConfig)
If a LBPersistenceProfile with the lb-persistence-profile-id is not already
present, create a new LBPersistenceProfile.
|
void |
FloodProtectionProfiles.patch(String floodProtectionProfileId,
Structure floodProtectionProfile,
InvocationConfig invocationConfig)
API will create/update Flood Protection Profile
|
void |
LbMonitorProfiles.patch(String lbMonitorProfileId,
Structure lbMonitorProfile,
InvocationConfig invocationConfig)
If a LBMonitorProfile with the lb-monitor-profile-id is not already present,
create a new LBMonitorProfile.
|
void |
LbAppProfilesStub.patch(String lbAppProfileId,
Structure lbAppProfile,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.patch(String lbMonitorProfileId,
Structure lbMonitorProfile,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.patch(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
InvocationConfig invocationConfig) |
void |
Tier0sStub.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier0sStub.patch(String tier0Id,
Tier0 tier0,
InvocationConfig invocationConfig) |
void |
Tier0s.patch(String tier0Id,
Tier0 tier0,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier1s.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier1s.patch(String tier1Id,
Tier1 tier1,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.patch(String tier1Id,
Tier1 tier1,
InvocationConfig invocationConfig) |
void |
Crls.patch(String crlId,
TlsCrl tlsCrl,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a Certificate Revocation List for the given id.
|
void |
CrlsStub.patch(String crlId,
TlsCrl tlsCrl,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.patch(String crlId,
TlsCrl tlsCrl,
InvocationConfig invocationConfig)
Create or patch a Certificate Revocation List for the given id.
|
void |
CrlsStub.patch(String crlId,
TlsCrl tlsCrl,
InvocationConfig invocationConfig) |
void |
Certificates.patch(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Adds a new private-public certificate and, optionally, a private key that can be
applied to one of the user-facing components (appliance management or edge).
|
void |
CertificatesStub.patch(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Certificates.patch(String certificateId,
TlsTrustData tlsTrustData,
InvocationConfig invocationConfig)
Adds a new private-public certificate and, optionally, a private key that can be
applied to one of the user-facing components (appliance management or edge).
|
void |
CertificatesStub.patch(String certificateId,
TlsTrustData tlsTrustData,
InvocationConfig invocationConfig) |
void |
DraftsStub.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Read a draft and publish it by applying changes onto current configuration.
|
void |
DraftsStub.publish(String draftId,
Infra infra,
InvocationConfig invocationConfig) |
void |
Drafts.publish(String draftId,
Infra infra,
InvocationConfig invocationConfig)
Read a draft and publish it by applying changes onto current configuration.
|
void |
GlobalConfig.update(GlobalConfig globalConfig,
AsyncCallback<GlobalConfig> asyncCallback,
InvocationConfig invocationConfig)
Update the global configuration
|
void |
GlobalConfigStub.update(GlobalConfig globalConfig,
AsyncCallback<GlobalConfig> asyncCallback,
InvocationConfig invocationConfig) |
GlobalConfig |
GlobalConfig.update(GlobalConfig globalConfig,
InvocationConfig invocationConfig)
Update the global configuration
|
GlobalConfig |
GlobalConfigStub.update(GlobalConfig globalConfig,
InvocationConfig invocationConfig) |
void |
Constraints.update(String constraintId,
Constraint constraint,
AsyncCallback<Constraint> asyncCallback,
InvocationConfig invocationConfig)
Create tenant constraint if it does not exist, otherwise replace the existing
constraint.
|
void |
ConstraintsStub.update(String constraintId,
Constraint constraint,
AsyncCallback<Constraint> asyncCallback,
InvocationConfig invocationConfig) |
Constraint |
Constraints.update(String constraintId,
Constraint constraint,
InvocationConfig invocationConfig)
Create tenant constraint if it does not exist, otherwise replace the existing
constraint.
|
Constraint |
ConstraintsStub.update(String constraintId,
Constraint constraint,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigsStub.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
DhcpRelayConfig |
DhcpRelayConfigsStub.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
InvocationConfig invocationConfig) |
DhcpRelayConfig |
DhcpRelayConfigs.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpServerConfigsStub.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
DhcpServerConfig |
DhcpServerConfigsStub.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
InvocationConfig invocationConfig) |
DhcpServerConfig |
DhcpServerConfigs.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DnsSecurityProfilesStub.update(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<DnsSecurityProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfiles.update(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<DnsSecurityProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update DNS security profile
|
DnsSecurityProfile |
DnsSecurityProfilesStub.update(String profileId,
DnsSecurityProfile dnsSecurityProfile,
InvocationConfig invocationConfig) |
DnsSecurityProfile |
DnsSecurityProfiles.update(String profileId,
DnsSecurityProfile dnsSecurityProfile,
InvocationConfig invocationConfig)
Create or update DNS security profile
|
void |
Domains.update(String domainId,
Domain domain,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig)
If a domain with the domain-id is not already present, create a new domain.
|
void |
DomainsStub.update(String domainId,
Domain domain,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig) |
Domain |
Domains.update(String domainId,
Domain domain,
InvocationConfig invocationConfig)
If a domain with the domain-id is not already present, create a new domain.
|
Domain |
DomainsStub.update(String domainId,
Domain domain,
InvocationConfig invocationConfig) |
void |
IpBlocks.update(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<IpAddressBlock> asyncCallback,
InvocationConfig invocationConfig)
Create a new IpAddressBlock with given ID if it does not exist.
|
void |
IpBlocksStub.update(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<IpAddressBlock> asyncCallback,
InvocationConfig invocationConfig) |
IpAddressBlock |
IpBlocks.update(String ipBlockId,
IpAddressBlock ipAddressBlock,
InvocationConfig invocationConfig)
Create a new IpAddressBlock with given ID if it does not exist.
|
IpAddressBlock |
IpBlocksStub.update(String ipBlockId,
IpAddressBlock ipAddressBlock,
InvocationConfig invocationConfig) |
void |
IpPools.update(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<IpAddressPool> asyncCallback,
InvocationConfig invocationConfig)
Create a new IpAddressPool with given ID if it does not exist.
|
void |
IpPoolsStub.update(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<IpAddressPool> asyncCallback,
InvocationConfig invocationConfig) |
IpAddressPool |
IpPools.update(String ipPoolId,
IpAddressPool ipAddressPool,
InvocationConfig invocationConfig)
Create a new IpAddressPool with given ID if it does not exist.
|
IpAddressPool |
IpPoolsStub.update(String ipPoolId,
IpAddressPool ipAddressPool,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.update(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<IPDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig)
API will update IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.update(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<IPDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig) |
IPDiscoveryProfile |
IpDiscoveryProfiles.update(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
InvocationConfig invocationConfig)
API will update IP Discovery profile.
|
IPDiscoveryProfile |
IpDiscoveryProfilesStub.update(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
IPFIXCollectorProfile |
IpfixCollectorProfilesStub.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
InvocationConfig invocationConfig) |
IPFIXCollectorProfile |
IpfixCollectorProfiles.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
void |
IpfixDfwCollectorProfilesStub.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX dfw collector profile.
|
IPFIXDFWCollectorProfile |
IpfixDfwCollectorProfilesStub.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
InvocationConfig invocationConfig) |
IPFIXDFWCollectorProfile |
IpfixDfwCollectorProfiles.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
InvocationConfig invocationConfig)
Create or Replace IPFIX dfw collector profile.
|
void |
IpfixDfwProfiles.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig) |
IPFIXDFWProfile |
IpfixDfwProfiles.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
InvocationConfig invocationConfig)
Create or replace IPFIX DFW profile.
|
IPFIXDFWProfile |
IpfixDfwProfilesStub.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
IPFIXL2CollectorProfile |
IpfixL2CollectorProfilesStub.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
InvocationConfig invocationConfig) |
IPFIXL2CollectorProfile |
IpfixL2CollectorProfiles.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
void |
IpfixL2Profiles.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX L2 Profile.
|
void |
IpfixL2ProfilesStub.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig) |
IPFIXL2Profile |
IpfixL2Profiles.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
InvocationConfig invocationConfig)
Create or replace IPFIX L2 Profile.
|
IPFIXL2Profile |
IpfixL2ProfilesStub.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig) |
IPSecVpnDpdProfile |
IpsecVpnDpdProfiles.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
IPSecVpnDpdProfile |
IpsecVpnDpdProfilesStub.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace custom internet key exchange (IKE) Profile.
|
IPSecVpnIkeProfile |
IpsecVpnIkeProfilesStub.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
InvocationConfig invocationConfig) |
IPSecVpnIkeProfile |
IpsecVpnIkeProfiles.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
InvocationConfig invocationConfig)
Create or fully replace custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnTunnelProfiles.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig) |
IPSecVpnTunnelProfile |
IpsecVpnTunnelProfiles.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
InvocationConfig invocationConfig)
Create or fully replace custom IPSec tunnel profile.
|
IPSecVpnTunnelProfile |
IpsecVpnTunnelProfilesStub.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
Ipv6DadProfile |
Ipv6DadProfilesStub.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
InvocationConfig invocationConfig) |
Ipv6DadProfile |
Ipv6DadProfiles.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6NdraProfilesStub.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
Ipv6NdraProfile |
Ipv6NdraProfilesStub.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
InvocationConfig invocationConfig) |
Ipv6NdraProfile |
Ipv6NdraProfiles.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
LbClientSslProfiles.update(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<LBClientSslProfile> asyncCallback,
InvocationConfig invocationConfig)
If a LBClientSslProfile with the lb-client-ssl-profile-id is not already
present, create a new LBClientSslProfile.
|
void |
LbClientSslProfilesStub.update(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<LBClientSslProfile> asyncCallback,
InvocationConfig invocationConfig) |
LBClientSslProfile |
LbClientSslProfiles.update(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
InvocationConfig invocationConfig)
If a LBClientSslProfile with the lb-client-ssl-profile-id is not already
present, create a new LBClientSslProfile.
|
LBClientSslProfile |
LbClientSslProfilesStub.update(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
InvocationConfig invocationConfig) |
void |
LbPools.update(String lbPoolId,
LBPool lbPool,
AsyncCallback<LBPool> asyncCallback,
InvocationConfig invocationConfig)
If a LBPool with the lb-pool-id is not already present, create a new LBPool.
|
void |
LbPoolsStub.update(String lbPoolId,
LBPool lbPool,
AsyncCallback<LBPool> asyncCallback,
InvocationConfig invocationConfig) |
LBPool |
LbPools.update(String lbPoolId,
LBPool lbPool,
InvocationConfig invocationConfig)
If a LBPool with the lb-pool-id is not already present, create a new LBPool.
|
LBPool |
LbPoolsStub.update(String lbPoolId,
LBPool lbPool,
InvocationConfig invocationConfig) |
void |
LbServerSslProfilesStub.update(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<LBServerSslProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfiles.update(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<LBServerSslProfile> asyncCallback,
InvocationConfig invocationConfig)
If a LBServerSslProfile with the lb-server-ssl-profile-id is not already
present, create a new LBServerSslProfile.
|
LBServerSslProfile |
LbServerSslProfilesStub.update(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
InvocationConfig invocationConfig) |
LBServerSslProfile |
LbServerSslProfiles.update(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
InvocationConfig invocationConfig)
If a LBServerSslProfile with the lb-server-ssl-profile-id is not already
present, create a new LBServerSslProfile.
|
void |
LbServices.update(String lbServiceId,
LBService lbService,
AsyncCallback<LBService> asyncCallback,
InvocationConfig invocationConfig)
If a LBService with the lb-service-id is not already present, create a new
LBService.
|
void |
LbServicesStub.update(String lbServiceId,
LBService lbService,
AsyncCallback<LBService> asyncCallback,
InvocationConfig invocationConfig) |
LBService |
LbServices.update(String lbServiceId,
LBService lbService,
InvocationConfig invocationConfig)
If a LBService with the lb-service-id is not already present, create a new
LBService.
|
LBService |
LbServicesStub.update(String lbServiceId,
LBService lbService,
InvocationConfig invocationConfig) |
void |
LbVirtualServersStub.update(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<LBVirtualServer> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServers.update(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<LBVirtualServer> asyncCallback,
InvocationConfig invocationConfig)
If a LBVirtualServer with the lb-virtual-server-id is not already present,
create a new LBVirtualServer.
|
LBVirtualServer |
LbVirtualServersStub.update(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
InvocationConfig invocationConfig) |
LBVirtualServer |
LbVirtualServers.update(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
InvocationConfig invocationConfig)
If a LBVirtualServer with the lb-virtual-server-id is not already present,
create a new LBVirtualServer.
|
void |
MacDiscoveryProfiles.update(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<MacDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig)
API will update Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.update(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<MacDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig) |
MacDiscoveryProfile |
MacDiscoveryProfiles.update(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
InvocationConfig invocationConfig)
API will update Mac Discovery profile.
|
MacDiscoveryProfile |
MacDiscoveryProfilesStub.update(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.update(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<PolicyContextProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.update(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<PolicyContextProfile> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyContextProfile, which encapsulates attribute and
sub-attributes of network services.
|
PolicyContextProfile |
ContextProfilesStub.update(String contextProfileId,
PolicyContextProfile policyContextProfile,
InvocationConfig invocationConfig) |
PolicyContextProfile |
ContextProfiles.update(String contextProfileId,
PolicyContextProfile policyContextProfile,
InvocationConfig invocationConfig)
Creates/Updates a PolicyContextProfile, which encapsulates attribute and
sub-attributes of network services.
|
void |
DnsForwarderZonesStub.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
PolicyDnsForwarderZone |
DnsForwarderZonesStub.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
InvocationConfig invocationConfig) |
PolicyDnsForwarderZone |
DnsForwarderZones.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
void |
DraftsStub.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
PolicyDraft |
DraftsStub.update(String draftId,
PolicyDraft policyDraft,
InvocationConfig invocationConfig) |
PolicyDraft |
Drafts.update(String draftId,
PolicyDraft policyDraft,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
FirewallSessionTimerProfiles.update(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.update(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback,
InvocationConfig invocationConfig) |
PolicyFirewallSessionTimerProfile |
FirewallSessionTimerProfiles.update(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
InvocationConfig invocationConfig)
API will update Firewall Session Timer Profile
|
PolicyFirewallSessionTimerProfile |
FirewallSessionTimerProfilesStub.update(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
InvocationConfig invocationConfig) |
void |
Labels.update(String labelId,
PolicyLabel policyLabel,
AsyncCallback<PolicyLabel> asyncCallback,
InvocationConfig invocationConfig)
Create label if not exists, otherwise replaces the existing label.
|
void |
LabelsStub.update(String labelId,
PolicyLabel policyLabel,
AsyncCallback<PolicyLabel> asyncCallback,
InvocationConfig invocationConfig) |
PolicyLabel |
Labels.update(String labelId,
PolicyLabel policyLabel,
InvocationConfig invocationConfig)
Create label if not exists, otherwise replaces the existing label.
|
PolicyLabel |
LabelsStub.update(String labelId,
PolicyLabel policyLabel,
InvocationConfig invocationConfig) |
void |
ServiceChainsStub.update(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<PolicyServiceChain> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.update(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<PolicyServiceChain> asyncCallback,
InvocationConfig invocationConfig)
Create or update Service chain representing the sequence in which 3rd party
services must be consumed.
|
PolicyServiceChain |
ServiceChainsStub.update(String serviceChainId,
PolicyServiceChain policyServiceChain,
InvocationConfig invocationConfig) |
PolicyServiceChain |
ServiceChains.update(String serviceChainId,
PolicyServiceChain policyServiceChain,
InvocationConfig invocationConfig)
Create or update Service chain representing the sequence in which 3rd party
services must be consumed.
|
void |
PortMirroringProfiles.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace port mirroring profile.
|
void |
PortMirroringProfilesStub.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig) |
PortMirroringProfile |
PortMirroringProfiles.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
InvocationConfig invocationConfig)
Create or Replace port mirroring profile.
|
PortMirroringProfile |
PortMirroringProfilesStub.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
InvocationConfig invocationConfig) |
void |
QosProfiles.update(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<QosProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace QoS profile.
|
void |
QosProfilesStub.update(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<QosProfile> asyncCallback,
InvocationConfig invocationConfig) |
QosProfile |
QosProfiles.update(String qosProfileId,
QosProfile qosProfile,
InvocationConfig invocationConfig)
Create or Replace QoS profile.
|
QosProfile |
QosProfilesStub.update(String qosProfileId,
QosProfile qosProfile,
InvocationConfig invocationConfig) |
void |
Reactions.update(String reactionId,
Reaction reaction,
AsyncCallback<Reaction> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace a Reaction under Infra.
|
void |
ReactionsStub.update(String reactionId,
Reaction reaction,
AsyncCallback<Reaction> asyncCallback,
InvocationConfig invocationConfig) |
Reaction |
Reactions.update(String reactionId,
Reaction reaction,
InvocationConfig invocationConfig)
Create or fully replace a Reaction under Infra.
|
Reaction |
ReactionsStub.update(String reactionId,
Reaction reaction,
InvocationConfig invocationConfig) |
void |
Segments.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
Segment |
Segments.update(String segmentId,
Segment segment,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
Segment |
SegmentsStub.update(String segmentId,
Segment segment,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfiles.update(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<SegmentSecurityProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace a segment security profile
|
void |
SegmentSecurityProfilesStub.update(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<SegmentSecurityProfile> asyncCallback,
InvocationConfig invocationConfig) |
SegmentSecurityProfile |
SegmentSecurityProfiles.update(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
InvocationConfig invocationConfig)
Create or replace a segment security profile
|
SegmentSecurityProfile |
SegmentSecurityProfilesStub.update(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
InvocationConfig invocationConfig) |
void |
ServicesStub.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
Service |
ServicesStub.update(String serviceId,
Service service,
InvocationConfig invocationConfig) |
Service |
Services.update(String serviceId,
Service service,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
void |
ServiceReferences.update(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<ServiceReference> asyncCallback,
InvocationConfig invocationConfig)
Create Service Reference representing the intent to consume a given 3rd party
service.
|
void |
ServiceReferencesStub.update(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<ServiceReference> asyncCallback,
InvocationConfig invocationConfig) |
ServiceReference |
ServiceReferences.update(String serviceReferenceId,
ServiceReference serviceReference,
InvocationConfig invocationConfig)
Create Service Reference representing the intent to consume a given 3rd party
service.
|
ServiceReference |
ServiceReferencesStub.update(String serviceReferenceId,
ServiceReference serviceReference,
InvocationConfig invocationConfig) |
void |
SpoofguardProfilesStub.update(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<SpoofGuardProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfiles.update(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<SpoofGuardProfile> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace SpoofGuard profile.
|
SpoofGuardProfile |
SpoofguardProfilesStub.update(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
InvocationConfig invocationConfig) |
SpoofGuardProfile |
SpoofguardProfiles.update(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
InvocationConfig invocationConfig)
API will create or replace SpoofGuard profile.
|
void |
FloodProtectionProfilesStub.update(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.update(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a LBAppProfile with the lb-app-profile-id is not already present, create a
new LBAppProfile.
|
void |
LbPersistenceProfiles.update(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a LBPersistenceProfile with the lb-persistence-profile-id is not already
present, create a new LBPersistenceProfile.
|
void |
FloodProtectionProfiles.update(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall Flood Protection Profile
|
void |
LbMonitorProfiles.update(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a LBMonitorProfile with the lb-monitor-profile-id is not already present,
create a new LBMonitorProfile.
|
void |
LbAppProfilesStub.update(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.update(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.update(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
FloodProtectionProfilesStub.update(String floodProtectionProfileId,
Structure floodProtectionProfile,
InvocationConfig invocationConfig) |
Structure |
LbAppProfiles.update(String lbAppProfileId,
Structure lbAppProfile,
InvocationConfig invocationConfig)
If a LBAppProfile with the lb-app-profile-id is not already present, create a
new LBAppProfile.
|
Structure |
LbPersistenceProfiles.update(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
InvocationConfig invocationConfig)
If a LBPersistenceProfile with the lb-persistence-profile-id is not already
present, create a new LBPersistenceProfile.
|
Structure |
FloodProtectionProfiles.update(String floodProtectionProfileId,
Structure floodProtectionProfile,
InvocationConfig invocationConfig)
API will update Firewall Flood Protection Profile
|
Structure |
LbMonitorProfiles.update(String lbMonitorProfileId,
Structure lbMonitorProfile,
InvocationConfig invocationConfig)
If a LBMonitorProfile with the lb-monitor-profile-id is not already present,
create a new LBMonitorProfile.
|
Structure |
LbAppProfilesStub.update(String lbAppProfileId,
Structure lbAppProfile,
InvocationConfig invocationConfig) |
Structure |
LbMonitorProfilesStub.update(String lbMonitorProfileId,
Structure lbMonitorProfile,
InvocationConfig invocationConfig) |
Structure |
LbPersistenceProfilesStub.update(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
InvocationConfig invocationConfig) |
void |
Tier0sStub.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
Tier0 |
Tier0sStub.update(String tier0Id,
Tier0 tier0,
InvocationConfig invocationConfig) |
Tier0 |
Tier0s.update(String tier0Id,
Tier0 tier0,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier1s.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig) |
Tier1 |
Tier1s.update(String tier1Id,
Tier1 tier1,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
Tier1 |
Tier1sStub.update(String tier1Id,
Tier1 tier1,
InvocationConfig invocationConfig) |
void |
Crls.update(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrl> asyncCallback,
InvocationConfig invocationConfig)
Create or replace a Certificate Revocation List for the given id.
|
void |
CrlsStub.update(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrl> asyncCallback,
InvocationConfig invocationConfig) |
TlsCrl |
Crls.update(String crlId,
TlsCrl tlsCrl,
InvocationConfig invocationConfig)
Create or replace a Certificate Revocation List for the given id.
|
TlsCrl |
CrlsStub.update(String crlId,
TlsCrl tlsCrl,
InvocationConfig invocationConfig) |
void |
Certificates.update(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<TlsCertificate> asyncCallback,
InvocationConfig invocationConfig)
Adds a new private-public certificate and, optionally, a private key that can be
applied to one of the user-facing components (appliance management or edge).
|
void |
CertificatesStub.update(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<TlsCertificate> asyncCallback,
InvocationConfig invocationConfig) |
TlsCertificate |
Certificates.update(String certificateId,
TlsTrustData tlsTrustData,
InvocationConfig invocationConfig)
Adds a new private-public certificate and, optionally, a private key that can be
applied to one of the user-facing components (appliance management or edge).
|
TlsCertificate |
CertificatesStub.update(String certificateId,
TlsTrustData tlsTrustData,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Attributes.list(String attributeKey,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns supported attribute and sub-attributes for specified attribute key with
their supported values, if provided in query/request parameter, else will fetch
all supported attributes and sub-attributes for all supported attribute keys.
|
void |
AttributesStub.list(String attributeKey,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
PolicyContextProfileListResult |
Attributes.list(String attributeKey,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Returns supported attribute and sub-attributes for specified attribute key with
their supported values, if provided in query/request parameter, else will fetch
all supported attributes and sub-attributes for all supported attribute keys.
|
PolicyContextProfileListResult |
AttributesStub.list(String attributeKey,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnforcementPoints.delete(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete EnforcementPoint.
|
void |
EnforcementPointsStub.delete(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.delete(String deploymentZoneId,
String enforcementpointId,
InvocationConfig invocationConfig)
Delete EnforcementPoint.
|
void |
EnforcementPointsStub.delete(String deploymentZoneId,
String enforcementpointId,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.get(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Read an Enforcement Point.
|
void |
EnforcementPointsStub.get(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
EnforcementPoint |
EnforcementPoints.get(String deploymentZoneId,
String enforcementpointId,
InvocationConfig invocationConfig)
Read an Enforcement Point.
|
EnforcementPoint |
EnforcementPointsStub.get(String deploymentZoneId,
String enforcementpointId,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.list(String deploymentZoneId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all enforcementpoints for infra.
|
void |
EnforcementPointsStub.list(String deploymentZoneId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig) |
EnforcementPointListResult |
EnforcementPoints.list(String deploymentZoneId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all enforcementpoints for infra.
|
EnforcementPointListResult |
EnforcementPointsStub.list(String deploymentZoneId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.patch(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.patch(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.patch(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.patch(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.update(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.update(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
EnforcementPoint |
EnforcementPoints.update(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
EnforcementPoint |
EnforcementPointsStub.update(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayPolicies.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete GatewayPolicy
|
void |
DomainDeploymentMapsStub.delete(String domainId,
String domainDeploymentMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the security policy along with all the rules
|
void |
EndpointPolicies.delete(String domainId,
String endpointPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Endpoint policy.
|
void |
ForwardingPolicies.delete(String domainId,
String forwardingPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete forwarding policy.
|
void |
CommunicationMapsStub.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ForwardingPoliciesStub.delete(String domainId,
String forwardingPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RedirectionPolicies.delete(String domainId,
String redirectionPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete redirection policy.
|
void |
RedirectionPoliciesStub.delete(String domainId,
String redirectionPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPoliciesStub.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPoliciesStub.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the communication map along with all the communication entries This API
is deprecated.
|
void |
DomainDeploymentMaps.delete(String domainId,
String domainDeploymentMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Domain Deployment Map
|
void |
EndpointPoliciesStub.delete(String domainId,
String endpointPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group
|
void |
GroupsStub.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
InvocationConfig invocationConfig) |
void |
Groups.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
InvocationConfig invocationConfig)
Delete Group
|
void |
GatewayPolicies.delete(String domainId,
String gatewayPolicyId,
InvocationConfig invocationConfig)
Delete GatewayPolicy
|
void |
DomainDeploymentMapsStub.delete(String domainId,
String domainDeploymentMapId,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.delete(String domainId,
String securityPolicyId,
InvocationConfig invocationConfig)
Deletes the security policy along with all the rules
|
void |
EndpointPolicies.delete(String domainId,
String endpointPolicyId,
InvocationConfig invocationConfig)
Delete Endpoint policy.
|
void |
ForwardingPolicies.delete(String domainId,
String forwardingPolicyId,
InvocationConfig invocationConfig)
Delete forwarding policy.
|
void |
CommunicationMapsStub.delete(String domainId,
String communicationMapId,
InvocationConfig invocationConfig) |
void |
ForwardingPoliciesStub.delete(String domainId,
String forwardingPolicyId,
InvocationConfig invocationConfig) |
void |
RedirectionPolicies.delete(String domainId,
String redirectionPolicyId,
InvocationConfig invocationConfig)
Delete redirection policy.
|
void |
RedirectionPoliciesStub.delete(String domainId,
String redirectionPolicyId,
InvocationConfig invocationConfig) |
void |
SecurityPoliciesStub.delete(String domainId,
String securityPolicyId,
InvocationConfig invocationConfig) |
void |
GatewayPoliciesStub.delete(String domainId,
String gatewayPolicyId,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.delete(String domainId,
String communicationMapId,
InvocationConfig invocationConfig)
Deletes the communication map along with all the communication entries This API
is deprecated.
|
void |
DomainDeploymentMaps.delete(String domainId,
String domainDeploymentMapId,
InvocationConfig invocationConfig)
Delete Domain Deployment Map
|
void |
EndpointPoliciesStub.delete(String domainId,
String endpointPolicyId,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
Read communication-map for a domain.
|
void |
DomainDeploymentMapsStub.get(String domainId,
String domainDeploymentMapId,
AsyncCallback<DomainDeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
DomainDeploymentMaps.get(String domainId,
String domainDeploymentMapId,
AsyncCallback<DomainDeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
Read a Domain Deployment Map
|
void |
EndpointPolicies.get(String domainId,
String endpointPolicyId,
AsyncCallback<EndpointPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read Endpoint policy.
|
void |
EndpointPoliciesStub.get(String domainId,
String endpointPolicyId,
AsyncCallback<EndpointPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
ForwardingPolicies.get(String domainId,
String forwardingPolicyId,
AsyncCallback<ForwardingPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read forwarding policy.
|
void |
ForwardingPoliciesStub.get(String domainId,
String forwardingPolicyId,
AsyncCallback<ForwardingPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read gateway policy for a domain.
|
void |
GatewayPoliciesStub.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
Read group
|
void |
RedirectionPolicies.get(String domainId,
String redirectionPolicyId,
AsyncCallback<RedirectionPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read redirection policy.
|
void |
RedirectionPoliciesStub.get(String domainId,
String redirectionPolicyId,
AsyncCallback<RedirectionPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read security policy for a domain.
|
void |
SecurityPoliciesStub.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
GatewayPolicy |
GatewayPolicies.get(String domainId,
String gatewayPolicyId,
InvocationConfig invocationConfig)
Read gateway policy for a domain.
|
Group |
GroupsStub.get(String domainId,
String groupId,
InvocationConfig invocationConfig) |
DomainDeploymentMap |
DomainDeploymentMapsStub.get(String domainId,
String domainDeploymentMapId,
InvocationConfig invocationConfig) |
SecurityPolicy |
SecurityPolicies.get(String domainId,
String securityPolicyId,
InvocationConfig invocationConfig)
Read security policy for a domain.
|
EndpointPolicy |
EndpointPolicies.get(String domainId,
String endpointPolicyId,
InvocationConfig invocationConfig)
Read Endpoint policy.
|
Group |
Groups.get(String domainId,
String groupId,
InvocationConfig invocationConfig)
Read group
|
ForwardingPolicy |
ForwardingPolicies.get(String domainId,
String forwardingPolicyId,
InvocationConfig invocationConfig)
Read forwarding policy.
|
CommunicationMap |
CommunicationMapsStub.get(String domainId,
String communicationMapId,
InvocationConfig invocationConfig) |
ForwardingPolicy |
ForwardingPoliciesStub.get(String domainId,
String forwardingPolicyId,
InvocationConfig invocationConfig) |
RedirectionPolicy |
RedirectionPolicies.get(String domainId,
String redirectionPolicyId,
InvocationConfig invocationConfig)
Read redirection policy.
|
RedirectionPolicy |
RedirectionPoliciesStub.get(String domainId,
String redirectionPolicyId,
InvocationConfig invocationConfig) |
SecurityPolicy |
SecurityPoliciesStub.get(String domainId,
String securityPolicyId,
InvocationConfig invocationConfig) |
GatewayPolicy |
GatewayPoliciesStub.get(String domainId,
String gatewayPolicyId,
InvocationConfig invocationConfig) |
CommunicationMap |
CommunicationMaps.get(String domainId,
String communicationMapId,
InvocationConfig invocationConfig)
Read communication-map for a domain.
|
DomainDeploymentMap |
DomainDeploymentMaps.get(String domainId,
String domainDeploymentMapId,
InvocationConfig invocationConfig)
Read a Domain Deployment Map
|
EndpointPolicy |
EndpointPoliciesStub.get(String domainId,
String endpointPolicyId,
InvocationConfig invocationConfig) |
void |
EndpointPolicies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all Endpoint policies across all domains ordered by precedence.
|
void |
EndpointPoliciesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Flood Protection Profile Binding Maps across all
domains.
|
void |
FirewallSessionTimerProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Session Timer Profile Binding Maps across all
domains.
|
void |
FirewallSessionTimerProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RedirectionPolicies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all redirection policys across all domains ordered by precedence.
|
void |
RedirectionPoliciesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
PolicyFirewallFloodProtectionProfileBindingMapListResult |
FirewallFloodProtectionProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
EndpointPolicyListResult |
EndpointPolicies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all Endpoint policies across all domains ordered by precedence.
|
PolicyFirewallSessionTimerProfileBindingMapListResult |
FirewallSessionTimerProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Firewall Session Timer Profile Binding Maps across all
domains.
|
RedirectionPolicyListResult |
RedirectionPolicies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all redirection policys across all domains ordered by precedence.
|
RedirectionPolicyListResult |
RedirectionPoliciesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyFirewallFloodProtectionProfileBindingMapListResult |
FirewallFloodProtectionProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Firewall Flood Protection Profile Binding Maps across all
domains.
|
PolicyFirewallSessionTimerProfileBindingMapListResult |
FirewallSessionTimerProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
EndpointPolicyListResult |
EndpointPoliciesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback,
InvocationConfig invocationConfig)
List all communication maps for a domain.
|
void |
DomainDeploymentMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainDeploymentMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DomainDeploymentMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainDeploymentMapListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Domain Deployment Entries for infra.
|
void |
ForwardingPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all forwarding policies for the given domain ordered by precedence.
|
void |
ForwardingPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all gateway policies for specified Domain.
|
void |
GatewayPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig)
List Groups for a domain
|
void |
SecurityPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all security policies for a domain.
|
void |
SecurityPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
GatewayPolicyListResult |
GatewayPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all gateway policies for specified Domain.
|
GroupListResult |
GroupsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
DomainDeploymentMapListResult |
DomainDeploymentMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SecurityPolicyListResult |
SecurityPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all security policies for a domain.
|
GroupListResult |
Groups.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List Groups for a domain
|
ForwardingPolicyListResult |
ForwardingPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all forwarding policies for the given domain ordered by precedence.
|
CommunicationMapListResult |
CommunicationMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
ForwardingPolicyListResult |
ForwardingPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SecurityPolicyListResult |
SecurityPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
GatewayPolicyListResult |
GatewayPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
CommunicationMapListResult |
CommunicationMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all communication maps for a domain.
|
DomainDeploymentMapListResult |
DomainDeploymentMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Domain Deployment Entries for infra.
|
void |
RedirectionPolicies.list0(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List redirection policys for a domain
|
void |
RedirectionPoliciesStub.list0(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
RedirectionPolicyListResult |
RedirectionPolicies.list0(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List redirection policys for a domain
|
RedirectionPolicyListResult |
RedirectionPoliciesStub.list0(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the communication map for a domain.
|
void |
CommunicationMapsStub.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
InvocationConfig invocationConfig)
Patch the communication map for a domain.
|
void |
DomainDeploymentMapsStub.patch(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DomainDeploymentMaps.patch(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If the passed Domain Deployment Map does not already exist, create a new Domain
Deployment Map.
|
void |
DomainDeploymentMapsStub.patch(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
InvocationConfig invocationConfig) |
void |
DomainDeploymentMaps.patch(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
InvocationConfig invocationConfig)
If the passed Domain Deployment Map does not already exist, create a new Domain
Deployment Map.
|
void |
EndpointPolicies.patch(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the Endpoint policy.
|
void |
EndpointPoliciesStub.patch(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EndpointPolicies.patch(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
InvocationConfig invocationConfig)
Create or update the Endpoint policy.
|
void |
EndpointPoliciesStub.patch(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
InvocationConfig invocationConfig) |
void |
ForwardingPolicies.patch(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the forwarding policy.
|
void |
ForwardingPoliciesStub.patch(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ForwardingPolicies.patch(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
InvocationConfig invocationConfig)
Create or update the forwarding policy.
|
void |
ForwardingPoliciesStub.patch(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
InvocationConfig invocationConfig) |
void |
GroupsStub.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
void |
GroupsStub.patch(String domainId,
String groupId,
Group group,
InvocationConfig invocationConfig) |
void |
Groups.patch(String domainId,
String groupId,
Group group,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
void |
RedirectionPolicies.patch(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the redirection policy.
|
void |
RedirectionPoliciesStub.patch(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RedirectionPolicies.patch(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
InvocationConfig invocationConfig)
Create or update the redirection policy.
|
void |
RedirectionPoliciesStub.patch(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the security policy for a domain.
|
void |
SecurityPoliciesStub.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
InvocationConfig invocationConfig)
Patch the security policy for a domain.
|
void |
SecurityPoliciesStub.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a communication map w.r.t others.
|
CommunicationMap |
CommunicationMapsStub.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
InvocationConfig invocationConfig) |
CommunicationMap |
CommunicationMaps.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
InvocationConfig invocationConfig)
This is used to set a precedence of a communication map w.r.t others.
|
void |
GatewayPolicies.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a gateway policy w.r.t others.
|
void |
GatewayPoliciesStub.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
GatewayPolicy |
GatewayPolicies.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
InvocationConfig invocationConfig)
This is used to set a precedence of a gateway policy w.r.t others.
|
GatewayPolicy |
GatewayPoliciesStub.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a security policy w.r.t others.
|
void |
SecurityPoliciesStub.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
SecurityPolicy |
SecurityPolicies.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
InvocationConfig invocationConfig)
This is used to set a precedence of a security policy w.r.t others.
|
SecurityPolicy |
SecurityPoliciesStub.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
Create or Update the communication map for a domain.
|
CommunicationMap |
CommunicationMapsStub.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
InvocationConfig invocationConfig) |
CommunicationMap |
CommunicationMaps.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
InvocationConfig invocationConfig)
Create or Update the communication map for a domain.
|
void |
DomainDeploymentMapsStub.update(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<DomainDeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
DomainDeploymentMaps.update(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<DomainDeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
If the passed Domain Deployment Map does not already exist, create a new Domain
Deployment Map.
|
DomainDeploymentMap |
DomainDeploymentMapsStub.update(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
InvocationConfig invocationConfig) |
DomainDeploymentMap |
DomainDeploymentMaps.update(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
InvocationConfig invocationConfig)
If the passed Domain Deployment Map does not already exist, create a new Domain
Deployment Map.
|
void |
EndpointPolicies.update(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<EndpointPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or update the Endpoint policy.
|
void |
EndpointPoliciesStub.update(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<EndpointPolicy> asyncCallback,
InvocationConfig invocationConfig) |
EndpointPolicy |
EndpointPolicies.update(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
InvocationConfig invocationConfig)
Create or update the Endpoint policy.
|
EndpointPolicy |
EndpointPoliciesStub.update(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
InvocationConfig invocationConfig) |
void |
ForwardingPolicies.update(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<ForwardingPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or update the forwarding policy.
|
void |
ForwardingPoliciesStub.update(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<ForwardingPolicy> asyncCallback,
InvocationConfig invocationConfig) |
ForwardingPolicy |
ForwardingPolicies.update(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
InvocationConfig invocationConfig)
Create or update the forwarding policy.
|
ForwardingPolicy |
ForwardingPoliciesStub.update(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
GatewayPolicy |
GatewayPolicies.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
GatewayPolicy |
GatewayPoliciesStub.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
InvocationConfig invocationConfig) |
void |
GroupsStub.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
Group |
GroupsStub.update(String domainId,
String groupId,
Group group,
InvocationConfig invocationConfig) |
Group |
Groups.update(String domainId,
String groupId,
Group group,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
void |
RedirectionPolicies.update(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<RedirectionPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or update the redirection policy.
|
void |
RedirectionPoliciesStub.update(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<RedirectionPolicy> asyncCallback,
InvocationConfig invocationConfig) |
RedirectionPolicy |
RedirectionPolicies.update(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
InvocationConfig invocationConfig)
Create or update the redirection policy.
|
RedirectionPolicy |
RedirectionPoliciesStub.update(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or Update the security policy for a domain.
|
void |
SecurityPoliciesStub.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
SecurityPolicy |
SecurityPolicies.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
InvocationConfig invocationConfig)
Create or Update the security policy for a domain.
|
SecurityPolicy |
SecurityPoliciesStub.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationEntries.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.delete(String domainId,
String communicationMapId,
String communicationEntryId,
InvocationConfig invocationConfig)
Delete CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.delete(String domainId,
String communicationMapId,
String communicationEntryId,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
Read CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
CommunicationEntry |
CommunicationEntries.get(String domainId,
String communicationMapId,
String communicationEntryId,
InvocationConfig invocationConfig)
Read CommunicationEntry This API is deprecated.
|
CommunicationEntry |
CommunicationEntriesStub.get(String domainId,
String communicationMapId,
String communicationEntryId,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback,
InvocationConfig invocationConfig)
List CommunicationEntries This API is deprecated.
|
void |
CommunicationEntriesStub.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback,
InvocationConfig invocationConfig) |
CommunicationEntryListResult |
CommunicationEntries.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List CommunicationEntries This API is deprecated.
|
CommunicationEntryListResult |
CommunicationEntriesStub.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the CommunicationEntry.
|
void |
CommunicationEntriesStub.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
InvocationConfig invocationConfig)
Patch the CommunicationEntry.
|
void |
CommunicationEntriesStub.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a communictation entry within a communication map.
|
void |
CommunicationEntriesStub.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
CommunicationEntry |
CommunicationEntries.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
InvocationConfig invocationConfig)
This is used to re-order a communictation entry within a communication map.
|
CommunicationEntry |
CommunicationEntriesStub.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
Update the CommunicationEntry.
|
void |
CommunicationEntriesStub.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
CommunicationEntry |
CommunicationEntries.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
InvocationConfig invocationConfig)
Update the CommunicationEntry.
|
CommunicationEntry |
CommunicationEntriesStub.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointRules.delete(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete EndpointRule
|
void |
EndpointRulesStub.delete(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EndpointRules.delete(String domainId,
String endpointPolicyId,
String endpointRuleId,
InvocationConfig invocationConfig)
Delete EndpointRule
|
void |
EndpointRulesStub.delete(String domainId,
String endpointPolicyId,
String endpointRuleId,
InvocationConfig invocationConfig) |
void |
EndpointRules.get(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<EndpointRule> asyncCallback,
InvocationConfig invocationConfig)
Read Endpoint rule
|
void |
EndpointRulesStub.get(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<EndpointRule> asyncCallback,
InvocationConfig invocationConfig) |
EndpointRule |
EndpointRules.get(String domainId,
String endpointPolicyId,
String endpointRuleId,
InvocationConfig invocationConfig)
Read Endpoint rule
|
EndpointRule |
EndpointRulesStub.get(String domainId,
String endpointPolicyId,
String endpointRuleId,
InvocationConfig invocationConfig) |
void |
EndpointRules.list(String domainId,
String endpointPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List Endpoint rules
|
void |
EndpointRulesStub.list(String domainId,
String endpointPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
EndpointRuleListResult |
EndpointRules.list(String domainId,
String endpointPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List Endpoint rules
|
EndpointRuleListResult |
EndpointRulesStub.list(String domainId,
String endpointPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
EndpointRules.patch(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a Endpoint rule with the endpoint-rule-id is not already present,
otherwise update the Endpoint Rule.
|
void |
EndpointRulesStub.patch(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EndpointRules.patch(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
InvocationConfig invocationConfig)
Create a Endpoint rule with the endpoint-rule-id is not already present,
otherwise update the Endpoint Rule.
|
void |
EndpointRulesStub.patch(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
InvocationConfig invocationConfig) |
void |
EndpointRules.update(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<EndpointRule> asyncCallback,
InvocationConfig invocationConfig)
Create a Endpoint rule with the endpoint-rule-id is not already present,
otherwise update the Endpoint Rule.
|
void |
EndpointRulesStub.update(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<EndpointRule> asyncCallback,
InvocationConfig invocationConfig) |
EndpointRule |
EndpointRules.update(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
InvocationConfig invocationConfig)
Create a Endpoint rule with the endpoint-rule-id is not already present,
otherwise update the Endpoint Rule.
|
EndpointRule |
EndpointRulesStub.update(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete ForwardingRule
|
void |
RulesStub.delete(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.delete(String domainId,
String forwardingPolicyId,
String ruleId,
InvocationConfig invocationConfig)
Delete ForwardingRule
|
void |
RulesStub.delete(String domainId,
String forwardingPolicyId,
String ruleId,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<ForwardingRule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<ForwardingRule> asyncCallback,
InvocationConfig invocationConfig) |
ForwardingRule |
Rules.get(String domainId,
String forwardingPolicyId,
String ruleId,
InvocationConfig invocationConfig)
Read rule
|
ForwardingRule |
RulesStub.get(String domainId,
String forwardingPolicyId,
String ruleId,
InvocationConfig invocationConfig) |
void |
Rules.list(String domainId,
String forwardingPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String forwardingPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
ForwardingRuleListResult |
Rules.list(String domainId,
String forwardingPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List rules
|
ForwardingRuleListResult |
RulesStub.list(String domainId,
String forwardingPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.patch(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.patch(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<ForwardingRule> asyncCallback,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.update(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<ForwardingRule> asyncCallback,
InvocationConfig invocationConfig) |
ForwardingRule |
Rules.update(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
ForwardingRule |
RulesStub.update(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.delete(String domainId,
String gatewayPolicyId,
String ruleId,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String gatewayPolicyId,
String ruleId,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
Rule |
Rules.get(String domainId,
String gatewayPolicyId,
String ruleId,
InvocationConfig invocationConfig)
Read rule
|
Rule |
RulesStub.get(String domainId,
String gatewayPolicyId,
String ruleId,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a gateay policy.
|
void |
Rules.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
RuleListResult |
Rules.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List rules
|
RuleListResult |
RulesStub.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SecurityPolicyStatisticsListResult |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
SecurityPolicyStatisticsListResult |
Statistics.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get statistics of a gateay policy.
|
void |
Rules.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway rule.
|
void |
RulesStub.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
InvocationConfig invocationConfig)
Update the gateway rule.
|
void |
RulesStub.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a gateway rule within a gateway policy.
|
void |
RulesStub.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
Rule |
Rules.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
InvocationConfig invocationConfig)
This is used to re-order a gateway rule within a gateway policy.
|
Rule |
RulesStub.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway rule.
|
void |
RulesStub.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
Rule |
Rules.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
InvocationConfig invocationConfig)
Update the gateway rule.
|
Rule |
RulesStub.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a gateway rule.
|
RuleStatisticsListResult |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
RuleStatisticsListResult |
Statistics.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get statistics of a gateway rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortMirroringInstances.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete port mirroring instance.
|
void |
DnsSecurityProfileBindingMaps.delete(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete DNS security profile binding map
|
void |
FirewallFloodProtectionProfileBindingMapsStub.delete(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfileBindingMaps.delete(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Firewall Session Timer Profile Binding
|
void |
FirewallFloodProtectionProfileBindingMaps.delete(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Firewall Flood Protection Profile Binding
|
void |
FirewallSessionTimerProfileBindingMapsStub.delete(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Group Monitoring Profile Binding
|
void |
DnsSecurityProfileBindingMapsStub.delete(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMapsStub.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstancesStub.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.delete(String domainId,
String groupId,
String portMirroringInstanceId,
InvocationConfig invocationConfig)
API will delete port mirroring instance.
|
void |
DnsSecurityProfileBindingMaps.delete(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete DNS security profile binding map
|
void |
FirewallFloodProtectionProfileBindingMapsStub.delete(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfileBindingMaps.delete(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Firewall Session Timer Profile Binding
|
void |
FirewallFloodProtectionProfileBindingMaps.delete(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Firewall Flood Protection Profile Binding
|
void |
FirewallSessionTimerProfileBindingMapsStub.delete(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Group Monitoring Profile Binding
|
void |
DnsSecurityProfileBindingMapsStub.delete(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMapsStub.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
PortMirroringInstancesStub.delete(String domainId,
String groupId,
String portMirroringInstanceId,
InvocationConfig invocationConfig) |
void |
Tags.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback,
InvocationConfig invocationConfig)
Get tags used to define conditions inside a Group.
|
void |
TagsStub.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback,
InvocationConfig invocationConfig) |
GroupTagsList |
Tags.get(String domainId,
String groupId,
InvocationConfig invocationConfig)
Get tags used to define conditions inside a Group.
|
GroupTagsList |
TagsStub.get(String domainId,
String groupId,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfileBindingMaps.get(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.get(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.get(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.get(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Firewall Flood Protection Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMaps.get(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Firewall Session Timer Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMapsStub.get(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig)
API will return details of port mirroring instance.
|
void |
PortMirroringInstancesStub.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig) |
PortMirroringInstance |
PortMirroringInstances.get(String domainId,
String groupId,
String portMirroringInstanceId,
InvocationConfig invocationConfig)
API will return details of port mirroring instance.
|
DnsSecurityProfileBindingMap |
DnsSecurityProfileBindingMaps.get(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will get DNS security profile binding map
|
PolicyFirewallFloodProtectionProfileBindingMap |
FirewallFloodProtectionProfileBindingMapsStub.get(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
InvocationConfig invocationConfig) |
PolicyFirewallSessionTimerProfileBindingMap |
FirewallSessionTimerProfileBindingMaps.get(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Firewall Session Timer Profile Binding Map
|
PolicyFirewallFloodProtectionProfileBindingMap |
FirewallFloodProtectionProfileBindingMaps.get(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Firewall Flood Protection Profile Binding Map
|
PolicyFirewallSessionTimerProfileBindingMap |
FirewallSessionTimerProfileBindingMapsStub.get(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
InvocationConfig invocationConfig) |
GroupMonitoringProfileBindingMap |
GroupMonitoringProfileBindingMaps.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Group Monitoring Profile Binding Map
|
DnsSecurityProfileBindingMap |
DnsSecurityProfileBindingMapsStub.get(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
GroupMonitoringProfileBindingMap |
GroupMonitoringProfileBindingMapsStub.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
PortMirroringInstance |
PortMirroringInstancesStub.get(String domainId,
String groupId,
String portMirroringInstanceId,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will get DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Group Monitoring Profile Binding Maps in current group id.
|
void |
GroupMonitoringProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Flood Protection Profile Binding Maps in current
group id.
|
void |
FirewallSessionTimerProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Session Timer Profile Binding Maps in current group
id.
|
void |
FirewallSessionTimerProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port mirroring instances active on current group.
|
void |
PortMirroringInstancesStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
PortMirroringInstanceListResult |
PortMirroringInstances.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all port mirroring instances active on current group.
|
DnsSecurityProfileBindingMapListResult |
DnsSecurityProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will get DNS security profile binding map
|
PolicyFirewallFloodProtectionProfileBindingMapListResult |
FirewallFloodProtectionProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyFirewallSessionTimerProfileBindingMapListResult |
FirewallSessionTimerProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Firewall Session Timer Profile Binding Maps in current group
id.
|
PolicyFirewallFloodProtectionProfileBindingMapListResult |
FirewallFloodProtectionProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Firewall Flood Protection Profile Binding Maps in current
group id.
|
PolicyFirewallSessionTimerProfileBindingMapListResult |
FirewallSessionTimerProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
GroupMonitoringProfileBindingMapListResult |
GroupMonitoringProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Group Monitoring Profile Binding Maps in current group id.
|
DnsSecurityProfileBindingMapListResult |
DnsSecurityProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
GroupMonitoringProfileBindingMapListResult |
GroupMonitoringProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PortMirroringInstanceListResult |
PortMirroringInstancesStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfileBindingMaps.patch(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.patch(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfileBindingMaps.patch(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.patch(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create group monitoring profile binding map
|
void |
GroupMonitoringProfileBindingMapsStub.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will create group monitoring profile binding map
|
void |
GroupMonitoringProfileBindingMapsStub.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.patch(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.patch(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Firewall Flood Protection profile binding map
|
void |
FirewallFloodProtectionProfileBindingMapsStub.patch(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.patch(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Firewall Flood Protection profile binding map
|
void |
FirewallSessionTimerProfileBindingMaps.patch(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Firewall Session Timer profile binding map
|
void |
FirewallSessionTimerProfileBindingMapsStub.patch(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfileBindingMaps.patch(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Firewall Session Timer profile binding map
|
void |
FirewallSessionTimerProfileBindingMapsStub.patch(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new Port Mirroring Instance if the Port Mirroring Instance with given
id does not already exist.
|
void |
PortMirroringInstancesStub.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
InvocationConfig invocationConfig)
Create a new Port Mirroring Instance if the Port Mirroring Instance with given
id does not already exist.
|
void |
PortMirroringInstancesStub.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfileBindingMaps.update(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.update(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
DnsSecurityProfileBindingMap |
DnsSecurityProfileBindingMaps.update(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
InvocationConfig invocationConfig)
API will update DNS security profile binding map
|
DnsSecurityProfileBindingMap |
DnsSecurityProfileBindingMapsStub.update(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
GroupMonitoringProfileBindingMap |
GroupMonitoringProfileBindingMaps.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will update Group Monitoring Profile Binding Map
|
GroupMonitoringProfileBindingMap |
GroupMonitoringProfileBindingMapsStub.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.update(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.update(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall Flood Protection Profile Binding Map
|
PolicyFirewallFloodProtectionProfileBindingMap |
FirewallFloodProtectionProfileBindingMapsStub.update(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
PolicyFirewallFloodProtectionProfileBindingMap |
FirewallFloodProtectionProfileBindingMaps.update(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will update Firewall Flood Protection Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMaps.update(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall Session Timer Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMapsStub.update(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
PolicyFirewallSessionTimerProfileBindingMap |
FirewallSessionTimerProfileBindingMaps.update(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will update Firewall Session Timer Profile Binding Map
|
PolicyFirewallSessionTimerProfileBindingMap |
FirewallSessionTimerProfileBindingMapsStub.update(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace port mirroring instance.
|
void |
PortMirroringInstancesStub.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig) |
PortMirroringInstance |
PortMirroringInstances.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
InvocationConfig invocationConfig)
Create or Replace port mirroring instance.
|
PortMirroringInstance |
PortMirroringInstancesStub.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddresses.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Group.
|
void |
LogicalPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalSwitchesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get logical ports that belong to this Group This API is applicable for Groups
containing either VirtualMachine, VIF, Segment or Segment Port member type.For
Groups containing other member types,an empty list is returned.
|
void |
SegmentPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get segment ports that belong to this Group
|
void |
SegmentPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalSwitches.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get logical switches that belong to this Group.
|
void |
Segments.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get segments that belong to this Group
|
void |
SegmentsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
PolicyGroupMembersListResult |
LogicalPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyGroupMembersListResult |
LogicalSwitchesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyGroupIPMembersListResult |
IpAddressesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyGroupMembersListResult |
LogicalPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get logical ports that belong to this Group This API is applicable for Groups
containing either VirtualMachine, VIF, Segment or Segment Port member type.For
Groups containing other member types,an empty list is returned.
|
PolicyGroupMembersListResult |
SegmentPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get segment ports that belong to this Group
|
RealizedVirtualMachineListResult |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Group.
|
PolicyGroupMembersListResult |
SegmentPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
RealizedVirtualMachineListResult |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyGroupMembersListResult |
LogicalSwitches.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get logical switches that belong to this Group.
|
PolicyGroupIPMembersListResult |
IpAddresses.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Group.
|
PolicyGroupMembersListResult |
Segments.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get segments that belong to this Group
|
PolicyGroupMembersListResult |
SegmentsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get the effective VM membership for the Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
RealizedVirtualMachineListResult |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get the effective VM membership for the Group.
|
RealizedVirtualMachineListResult |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete RedirectionRule
|
void |
RulesStub.delete(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.delete(String domainId,
String redirectionPolicyId,
String ruleId,
InvocationConfig invocationConfig)
Delete RedirectionRule
|
void |
RulesStub.delete(String domainId,
String redirectionPolicyId,
String ruleId,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<RedirectionRule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<RedirectionRule> asyncCallback,
InvocationConfig invocationConfig) |
RedirectionRule |
Rules.get(String domainId,
String redirectionPolicyId,
String ruleId,
InvocationConfig invocationConfig)
Read rule
|
RedirectionRule |
RulesStub.get(String domainId,
String redirectionPolicyId,
String ruleId,
InvocationConfig invocationConfig) |
void |
Rules.list(String domainId,
String redirectionPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String redirectionPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
RedirectionRuleListResult |
Rules.list(String domainId,
String redirectionPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List rules
|
RedirectionRuleListResult |
RulesStub.list(String domainId,
String redirectionPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.patch(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.patch(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<RedirectionRule> asyncCallback,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.update(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<RedirectionRule> asyncCallback,
InvocationConfig invocationConfig) |
RedirectionRule |
Rules.update(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
RedirectionRule |
RulesStub.update(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.delete(String domainId,
String securityPolicyId,
String ruleId,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String securityPolicyId,
String ruleId,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
Rule |
Rules.get(String domainId,
String securityPolicyId,
String ruleId,
InvocationConfig invocationConfig)
Read rule
|
Rule |
RulesStub.get(String domainId,
String securityPolicyId,
String ruleId,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a security policy.
|
void |
Rules.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
RuleListResult |
Rules.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List rules
|
RuleListResult |
RulesStub.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SecurityPolicyStatisticsListResult |
StatisticsStub.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
SecurityPolicyStatisticsListResult |
Statistics.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get statistics of a security policy.
|
void |
Rules.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the rule.
|
void |
RulesStub.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
InvocationConfig invocationConfig)
Patch the rule.
|
void |
RulesStub.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
Rule |
Rules.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
InvocationConfig invocationConfig)
This is used to re-order a rule within a security policy.
|
Rule |
RulesStub.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Update the rule.
|
void |
RulesStub.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
Rule |
Rules.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
InvocationConfig invocationConfig)
Update the rule.
|
Rule |
RulesStub.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a rule.
|
RuleStatisticsListResult |
StatisticsStub.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
RuleStatisticsListResult |
Statistics.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get statistics of a rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompleteStub.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Aggregated.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Get an aggregated configuration that will get applied onto current configuration
during publish of this draft.
|
void |
AggregatedStub.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Complete.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Get a preview of a configuration which will be present after publish of a
specified draft.
|
Infra |
CompleteStub.get(String draftId,
InvocationConfig invocationConfig) |
Infra |
Aggregated.get(String draftId,
InvocationConfig invocationConfig)
Get an aggregated configuration that will get applied onto current configuration
during publish of this draft.
|
Infra |
AggregatedStub.get(String draftId,
InvocationConfig invocationConfig) |
Infra |
Complete.get(String draftId,
InvocationConfig invocationConfig)
Get a preview of a configuration which will be present after publish of a
specified draft.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingsStub.list(String floodProtectionProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileBindingListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bindings.list(String floodProtectionProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileBindingListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Flood Protection Profiles bindings.
|
FloodProtectionProfileBindingListResult |
BindingsStub.list(String floodProtectionProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingListResult |
Bindings.list(String floodProtectionProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Flood Protection Profiles bindings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpAllocationsStub.delete(String ipPoolId,
String ipAllocationId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnetsStub.delete(String ipPoolId,
String ipSubnetId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.delete(String ipPoolId,
String ipSubnetId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the IpAddressPoolSubnet with the given id.
|
void |
IpAllocations.delete(String ipPoolId,
String ipAllocationId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Releases the IP that was allocated for this allocation request
|
void |
IpAllocationsStub.delete(String ipPoolId,
String ipAllocationId,
InvocationConfig invocationConfig) |
void |
IpSubnetsStub.delete(String ipPoolId,
String ipSubnetId,
InvocationConfig invocationConfig) |
void |
IpSubnets.delete(String ipPoolId,
String ipSubnetId,
InvocationConfig invocationConfig)
Delete the IpAddressPoolSubnet with the given id.
|
void |
IpAllocations.delete(String ipPoolId,
String ipAllocationId,
InvocationConfig invocationConfig)
Releases the IP that was allocated for this allocation request
|
void |
IpAllocationsStub.get(String ipPoolId,
String ipAllocationId,
AsyncCallback<IpAddressAllocation> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAllocations.get(String ipPoolId,
String ipAllocationId,
AsyncCallback<IpAddressAllocation> asyncCallback,
InvocationConfig invocationConfig)
Read a previously created allocation
|
void |
IpSubnetsStub.get(String ipPoolId,
String ipSubnetId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.get(String ipPoolId,
String ipSubnetId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read IpAddressPoolSubnet with given Id.
|
IpAddressAllocation |
IpAllocationsStub.get(String ipPoolId,
String ipAllocationId,
InvocationConfig invocationConfig) |
Structure |
IpSubnetsStub.get(String ipPoolId,
String ipSubnetId,
InvocationConfig invocationConfig) |
Structure |
IpSubnets.get(String ipPoolId,
String ipSubnetId,
InvocationConfig invocationConfig)
Read IpAddressPoolSubnet with given Id.
|
IpAddressAllocation |
IpAllocations.get(String ipPoolId,
String ipAllocationId,
InvocationConfig invocationConfig)
Read a previously created allocation
|
void |
IpAllocationsStub.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressAllocationListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAllocations.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressAllocationListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns information about which addresses have been allocated from a specified
IP address pool in policy.
|
void |
IpSubnetsStub.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolSubnetListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolSubnetListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of IpAddressPoolSubnets.
|
IpAddressAllocationListResult |
IpAllocationsStub.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IpAddressPoolSubnetListResult |
IpSubnetsStub.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IpAddressPoolSubnetListResult |
IpSubnets.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of IpAddressPoolSubnets.
|
IpAddressAllocationListResult |
IpAllocations.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Returns information about which addresses have been allocated from a specified
IP address pool in policy.
|
void |
IpAllocationsStub.patch(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAllocations.patch(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If allocation of the same ID is found, this is a no-op.
|
void |
IpAllocationsStub.patch(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
InvocationConfig invocationConfig) |
void |
IpAllocations.patch(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
InvocationConfig invocationConfig)
If allocation of the same ID is found, this is a no-op.
|
void |
IpSubnetsStub.patch(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.patch(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates a new IpAddressPoolSubnet with the specified ID if it does not already
exist.
|
void |
IpSubnetsStub.patch(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
InvocationConfig invocationConfig) |
void |
IpSubnets.patch(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
InvocationConfig invocationConfig)
Creates a new IpAddressPoolSubnet with the specified ID if it does not already
exist.
|
void |
IpAllocationsStub.update(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<IpAddressAllocation> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAllocations.update(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<IpAddressAllocation> asyncCallback,
InvocationConfig invocationConfig)
If allocation of the same ID is found, this is a no-op.
|
IpAddressAllocation |
IpAllocationsStub.update(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
InvocationConfig invocationConfig) |
IpAddressAllocation |
IpAllocations.update(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
InvocationConfig invocationConfig)
If allocation of the same ID is found, this is a no-op.
|
void |
IpSubnetsStub.update(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.update(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Creates a new IpAddressPoolSubnet with the specified ID if it does not already
exist.
|
Structure |
IpSubnetsStub.update(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
InvocationConfig invocationConfig) |
Structure |
IpSubnets.update(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
InvocationConfig invocationConfig)
Creates a new IpAddressPoolSubnet with the specified ID if it does not already
exist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get LBServiceStatistics information.
|
void |
DetailedStatusStub.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatus> asyncCallback,
InvocationConfig invocationConfig)
Get LBService detailed status information.
|
void |
ServiceUsageStub.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceUsage> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceUsage.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceUsage> asyncCallback,
InvocationConfig invocationConfig)
Get LBServiceUsage information.
|
AggregateLBServiceStatistics |
StatisticsStub.get(String lbServiceId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateLBServiceStatus |
DetailedStatusStub.get(String lbServiceId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateLBServiceStatistics |
Statistics.get(String lbServiceId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
Get LBServiceStatistics information.
|
AggregateLBServiceUsage |
ServiceUsageStub.get(String lbServiceId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateLBServiceUsage |
ServiceUsage.get(String lbServiceId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
Get LBServiceUsage information.
|
AggregateLBServiceStatus |
DetailedStatus.get(String lbServiceId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
Get LBService detailed status information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get LBPoolStatistics information.
|
void |
DetailedStatusStub.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatus> asyncCallback,
InvocationConfig invocationConfig)
Get LBPool detailed status information.
|
AggregateLBPoolStatistics |
StatisticsStub.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateLBPoolStatus |
DetailedStatusStub.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateLBPoolStatistics |
Statistics.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
Get LBPoolStatistics information.
|
AggregateLBPoolStatus |
DetailedStatus.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
Get LBPool detailed status information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get LBVirtualServerStatistics information.
|
void |
DetailedStatusStub.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatus> asyncCallback,
InvocationConfig invocationConfig)
Get LBVirtualServer detailed status information.
|
AggregateLBVirtualServerStatistics |
StatisticsStub.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateLBVirtualServerStatus |
DetailedStatusStub.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateLBVirtualServerStatistics |
Statistics.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
Get LBVirtualServerStatistics information.
|
AggregateLBVirtualServerStatus |
DetailedStatus.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
Get LBVirtualServer detailed status information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealizedEntityStub.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
RealizedEntity.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Get realized entity uniquely identified by realized path, specified by query
parameter
|
void |
EnforcementPoints.get(String enforcementPointName,
AsyncCallback<RealizedEnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Read a Enforcement Point and the complete tree underneath.
|
void |
EnforcementPointsStub.get(String enforcementPointName,
AsyncCallback<RealizedEnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatusStub.get(String intentPath,
Boolean includeEnforcedStatus,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String intentPath,
Boolean includeEnforcedStatus,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
ConsolidatedRealizedStatus |
StatusStub.get(String intentPath,
Boolean includeEnforcedStatus,
InvocationConfig invocationConfig) |
ConsolidatedRealizedStatus |
Status.get(String intentPath,
Boolean includeEnforcedStatus,
InvocationConfig invocationConfig)
Synchronous method overload.
|
GenericPolicyRealizedResource |
RealizedEntityStub.get(String realizedPath,
InvocationConfig invocationConfig) |
RealizedEnforcementPoint |
EnforcementPoints.get(String enforcementPointName,
InvocationConfig invocationConfig)
Read a Enforcement Point and the complete tree underneath.
|
GenericPolicyRealizedResource |
RealizedEntity.get(String realizedPath,
InvocationConfig invocationConfig)
Get realized entity uniquely identified by realized path, specified by query
parameter
|
RealizedEnforcementPoint |
EnforcementPointsStub.get(String enforcementPointName,
InvocationConfig invocationConfig) |
void |
RealizedEntities.list(String intentPath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get list of realized entities associated with intent object, specified by path
in query parameter
|
void |
RealizedEntitiesStub.list(String intentPath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
GenericPolicyRealizedResourceListResult |
RealizedEntities.list(String intentPath,
InvocationConfig invocationConfig)
Get list of realized entities associated with intent object, specified by path
in query parameter
|
GenericPolicyRealizedResourceListResult |
RealizedEntitiesStub.list(String intentPath,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machine.
|
void |
VirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
VirtualMachineListResult |
VirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
This API filters objects of type virtual machine.
|
VirtualMachineListResult |
VirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
AlarmsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Alarms.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all alarms.
|
void |
EnforcementPoints.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedEnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all enforcement points.
|
void |
EnforcementPointsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedEnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig) |
RealizedEnforcementPointListResult |
EnforcementPoints.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all enforcement points.
|
PolicyAlarmResourceListResult |
AlarmsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyAlarmResourceListResult |
Alarms.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all alarms.
|
RealizedEnforcementPointListResult |
EnforcementPointsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
RealizedEntityStub.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RealizedEntity.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Refresh the status and statistics of all realized entities associated with given
intent path synchronously.
|
void |
RealizedEntityStub.refresh(String intentPath,
String enforcementPointPath,
InvocationConfig invocationConfig) |
void |
RealizedEntity.refresh(String intentPath,
String enforcementPointPath,
InvocationConfig invocationConfig)
Refresh the status and statistics of all realized entities associated with given
intent path synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vifs.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
This API lists VIFs from the specified NSX Manager.
|
void |
VifsStub.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
VirtualNetworkInterfaceListResult |
Vifs.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
This API lists VIFs from the specified NSX Manager.
|
VirtualNetworkInterfaceListResult |
VifsStub.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machines from the specified NSX
Manager.
|
void |
VirtualMachinesStub.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig) |
SearchResponse |
VirtualMachines.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
This API filters objects of type virtual machines from the specified NSX
Manager.
|
SearchResponse |
VirtualMachinesStub.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
VirtualMachines.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Allows an admin to apply multiple tags to a virtual machine.
|
void |
VirtualMachinesStub.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
InvocationConfig invocationConfig)
Allows an admin to apply multiple tags to a virtual machine.
|
void |
VirtualMachinesStub.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
FirewallSections.get(String enforcementPointName,
String firewallSectionId,
AsyncCallback<RealizedFirewallSection> asyncCallback,
InvocationConfig invocationConfig)
Read a Firewall and the complete tree underneath.
|
void |
FirewallSectionsStub.get(String enforcementPointName,
String firewallSectionId,
AsyncCallback<RealizedFirewallSection> asyncCallback,
InvocationConfig invocationConfig) |
RealizedFirewallSection |
FirewallSections.get(String enforcementPointName,
String firewallSectionId,
InvocationConfig invocationConfig)
Read a Firewall and the complete tree underneath.
|
RealizedFirewallSection |
FirewallSectionsStub.get(String enforcementPointName,
String firewallSectionId,
InvocationConfig invocationConfig) |
void |
FirewallSections.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedFirewallSectionListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Firewalls.
|
void |
FirewallSectionsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedFirewallSectionListResult> asyncCallback,
InvocationConfig invocationConfig) |
RealizedFirewallSectionListResult |
FirewallSections.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Firewalls.
|
RealizedFirewallSectionListResult |
FirewallSectionsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Nsgroups.get(String enforcementPointName,
String nsgroupName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Read a NSGroup and the complete tree underneath.
|
void |
NsgroupsStub.get(String enforcementPointName,
String nsgroupName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecuritygroupsStub.get(String enforcementPointName,
String securitygroupName,
AsyncCallback<RealizedSecurityGroup> asyncCallback,
InvocationConfig invocationConfig) |
void |
Securitygroups.get(String enforcementPointName,
String securitygroupName,
AsyncCallback<RealizedSecurityGroup> asyncCallback,
InvocationConfig invocationConfig)
Read a Security Group and the complete tree underneath.
|
RealizedSecurityGroup |
SecuritygroupsStub.get(String enforcementPointName,
String securitygroupName,
InvocationConfig invocationConfig) |
GenericPolicyRealizedResource |
Nsgroups.get(String enforcementPointName,
String nsgroupName,
InvocationConfig invocationConfig)
Read a NSGroup and the complete tree underneath.
|
RealizedSecurityGroup |
Securitygroups.get(String enforcementPointName,
String securitygroupName,
InvocationConfig invocationConfig)
Read a Security Group and the complete tree underneath.
|
GenericPolicyRealizedResource |
NsgroupsStub.get(String enforcementPointName,
String nsgroupName,
InvocationConfig invocationConfig) |
void |
Nsgroups.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all NSGroups.
|
void |
NsgroupsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecuritygroupsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedSecurityGroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Securitygroups.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedSecurityGroupListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Security Groups.
|
RealizedSecurityGroupListResult |
SecuritygroupsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
GenericPolicyRealizedResourceListResult |
Nsgroups.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all NSGroups.
|
RealizedSecurityGroupListResult |
Securitygroups.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Security Groups.
|
GenericPolicyRealizedResourceListResult |
NsgroupsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
IpSetsNsxtStub.get(String enforcementPointName,
String ipSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSetsNsxt.get(String enforcementPointName,
String ipSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Read an IPSet
|
GenericPolicyRealizedResource |
IpSetsNsxtStub.get(String enforcementPointName,
String ipSetName,
InvocationConfig invocationConfig) |
GenericPolicyRealizedResource |
IpSetsNsxt.get(String enforcementPointName,
String ipSetName,
InvocationConfig invocationConfig)
Read an IPSet
|
void |
IpSetsNsxtStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSetsNsxt.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Realized IPSets
|
GenericPolicyRealizedResourceListResult |
IpSetsNsxtStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
GenericPolicyRealizedResourceListResult |
IpSetsNsxt.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Realized IPSets
|
| Modifier and Type | Method and Description |
|---|---|
void |
MacSetsNsxtStub.get(String enforcementPointName,
String macSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
MacSetsNsxt.get(String enforcementPointName,
String macSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Read an MACSet
|
GenericPolicyRealizedResource |
MacSetsNsxtStub.get(String enforcementPointName,
String macSetName,
InvocationConfig invocationConfig) |
GenericPolicyRealizedResource |
MacSetsNsxt.get(String enforcementPointName,
String macSetName,
InvocationConfig invocationConfig)
Read an MACSet
|
void |
MacSetsNsxtStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
MacSetsNsxt.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Realized MACSets
|
GenericPolicyRealizedResourceListResult |
MacSetsNsxtStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
GenericPolicyRealizedResourceListResult |
MacSetsNsxt.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Realized MACSets
|
| Modifier and Type | Method and Description |
|---|---|
void |
NsservicesStub.get(String enforcementPointName,
String nsserviceName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
Nsservices.get(String enforcementPointName,
String nsserviceName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Read a NSService.
|
GenericPolicyRealizedResource |
NsservicesStub.get(String enforcementPointName,
String nsserviceName,
InvocationConfig invocationConfig) |
GenericPolicyRealizedResource |
Nsservices.get(String enforcementPointName,
String nsserviceName,
InvocationConfig invocationConfig)
Read a NSService.
|
void |
NsservicesStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Nsservices.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Realized NSService.
|
GenericPolicyRealizedResourceListResult |
NsservicesStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
GenericPolicyRealizedResourceListResult |
Nsservices.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Realized NSService.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Details.get(String enforcementPointName,
String virtualMachineId,
AsyncCallback<VirtualMachineDetails> asyncCallback,
InvocationConfig invocationConfig)
This API return optional details about a virtual machines (e.g.
|
void |
DetailsStub.get(String enforcementPointName,
String virtualMachineId,
AsyncCallback<VirtualMachineDetails> asyncCallback,
InvocationConfig invocationConfig) |
VirtualMachineDetails |
Details.get(String enforcementPointName,
String virtualMachineId,
InvocationConfig invocationConfig)
This API return optional details about a virtual machines (e.g.
|
VirtualMachineDetails |
DetailsStub.get(String enforcementPointName,
String virtualMachineId,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceSegmentsStub.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service Segment with given ID
|
void |
ServiceSegmentsStub.delete(String serviceSegmentId,
InvocationConfig invocationConfig) |
void |
ServiceSegments.delete(String serviceSegmentId,
InvocationConfig invocationConfig)
Delete Service Segment with given ID
|
void |
PortsStub.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Segment Monitoring Profile Binding Profile.
|
void |
SegmentSecurityProfileBindingMapsStub.delete(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete an infra segment port by giving ID.
|
void |
SegmentSecurityProfileBindingMaps.delete(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete segment security profile binding map.
|
void |
SegmentQosProfileBindingMaps.delete(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment QoS Profile Binding Profile.
|
void |
SegmentDiscoveryProfileBindingMaps.delete(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment Discovery Profile Binding Profile
|
void |
SegmentQosProfileBindingMapsStub.delete(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentDiscoveryProfileBindingMapsStub.delete(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.delete(String segmentId,
String portId,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Infra Segment Monitoring Profile Binding Profile.
|
void |
SegmentSecurityProfileBindingMapsStub.delete(String segmentId,
String segmentSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
Ports.delete(String segmentId,
String portId,
InvocationConfig invocationConfig)
Delete an infra segment port by giving ID.
|
void |
SegmentSecurityProfileBindingMaps.delete(String segmentId,
String segmentSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete segment security profile binding map.
|
void |
SegmentQosProfileBindingMaps.delete(String segmentId,
String segmentQosProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Segment QoS Profile Binding Profile.
|
void |
SegmentDiscoveryProfileBindingMaps.delete(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Segment Discovery Profile Binding Profile
|
void |
SegmentQosProfileBindingMapsStub.delete(String segmentId,
String segmentQosProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
SegmentDiscoveryProfileBindingMapsStub.delete(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig)
Read a Service Segment with the given id
|
ServiceSegment |
ServiceSegmentsStub.get(String serviceSegmentId,
InvocationConfig invocationConfig) |
ServiceSegment |
ServiceSegments.get(String serviceSegmentId,
InvocationConfig invocationConfig)
Read a Service Segment with the given id
|
void |
SegmentDiscoveryProfileBindingMaps.get(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.get(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Get detail information on an infra segment port by giving ID.
|
void |
SegmentQosProfileBindingMaps.get(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.get(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.get(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.get(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the segment security profile binding map.
|
SegmentPort |
PortsStub.get(String segmentId,
String portId,
InvocationConfig invocationConfig) |
SegmentMonitoringProfileBindingMap |
SegmentMonitoringProfileBindingMaps.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Infra Segment Monitoring Profile Binding Map.
|
SegmentSecurityProfileBindingMap |
SegmentSecurityProfileBindingMapsStub.get(String segmentId,
String segmentSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
SegmentPort |
Ports.get(String segmentId,
String portId,
InvocationConfig invocationConfig)
Get detail information on an infra segment port by giving ID.
|
SegmentSecurityProfileBindingMap |
SegmentSecurityProfileBindingMaps.get(String segmentId,
String segmentSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will return details of the segment security profile binding map.
|
SegmentQosProfileBindingMap |
SegmentQosProfileBindingMaps.get(String segmentId,
String segmentQosProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Segment QoS Profile Binding Map.
|
SegmentDiscoveryProfileBindingMap |
SegmentDiscoveryProfileBindingMaps.get(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Infra Segment Discovery Profile Binding Map
|
SegmentQosProfileBindingMap |
SegmentQosProfileBindingMapsStub.get(String segmentId,
String segmentQosProfileBindingMapId,
InvocationConfig invocationConfig) |
SegmentMonitoringProfileBindingMap |
SegmentMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
SegmentDiscoveryProfileBindingMap |
SegmentDiscoveryProfileBindingMapsStub.get(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment statistics information.
|
SegmentStatistics |
StatisticsStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentStatistics |
Statistics.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get infra segment statistics information.
|
void |
SegmentDiscoveryProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Segment Discovery Profile Binding Maps in current
segment id.
|
void |
SegmentDiscoveryProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Segment Monitoring Profile Binding Maps in current
segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the ports for an infra.
|
SegmentPortListResult |
PortsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentMonitoringProfileBindingMapListResult |
SegmentMonitoringProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Infra Segment Monitoring Profile Binding Maps in current
segment id.
|
SegmentPortListResult |
Ports.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all the ports for an infra.
|
SegmentDiscoveryProfileBindingMapListResult |
SegmentDiscoveryProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Infra Segment Discovery Profile Binding Maps in current
segment id.
|
SegmentMonitoringProfileBindingMapListResult |
SegmentMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentDiscoveryProfileBindingMapListResult |
SegmentDiscoveryProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Service Segments
|
ServiceSegmentListResult |
ServiceSegmentsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
ServiceSegmentListResult |
ServiceSegments.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Service Segments
|
void |
SegmentQosProfileBindingMaps.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment QoS Profile Binding Maps in current segment id.
|
void |
SegmentQosProfileBindingMapsStub.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all segment security profile binding maps.
|
SegmentSecurityProfileBindingMapListResult |
SegmentSecurityProfileBindingMapsStub.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentSecurityProfileBindingMapListResult |
SegmentSecurityProfileBindingMaps.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all segment security profile binding maps.
|
SegmentQosProfileBindingMapListResult |
SegmentQosProfileBindingMaps.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Segment QoS Profile Binding Maps in current segment id.
|
SegmentQosProfileBindingMapListResult |
SegmentQosProfileBindingMapsStub.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
void |
ServiceSegmentsStub.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
InvocationConfig invocationConfig) |
void |
ServiceSegments.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
void |
SegmentDiscoveryProfileBindingMaps.patch(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.patch(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentDiscoveryProfileBindingMaps.patch(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
InvocationConfig invocationConfig)
API will create Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.patch(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create infra segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will create infra segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortsStub.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
PortsStub.patch(String segmentId,
String portId,
SegmentPort segmentPort,
InvocationConfig invocationConfig) |
void |
Ports.patch(String segmentId,
String portId,
SegmentPort segmentPort,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
SegmentQosProfileBindingMaps.patch(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create segment QoS profile binding map.
|
void |
SegmentQosProfileBindingMapsStub.patch(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentQosProfileBindingMaps.patch(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
InvocationConfig invocationConfig)
API will create segment QoS profile binding map.
|
void |
SegmentQosProfileBindingMapsStub.patch(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.patch(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.patch(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new segment security profile binding map if the given security profile
binding map does not exist.
|
void |
SegmentSecurityProfileBindingMapsStub.patch(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.patch(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
InvocationConfig invocationConfig)
Create a new segment security profile binding map if the given security profile
binding map does not exist.
|
void |
ServiceSegmentsStub.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
ServiceSegment |
ServiceSegmentsStub.update(String serviceSegmentId,
ServiceSegment serviceSegment,
InvocationConfig invocationConfig) |
ServiceSegment |
ServiceSegments.update(String serviceSegmentId,
ServiceSegment serviceSegment,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
void |
SegmentDiscoveryProfileBindingMaps.update(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.update(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SegmentDiscoveryProfileBindingMap |
SegmentDiscoveryProfileBindingMaps.update(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
InvocationConfig invocationConfig)
API will update Infra Segment Discovery Profile Binding Map
|
SegmentDiscoveryProfileBindingMap |
SegmentDiscoveryProfileBindingMapsStub.update(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SegmentMonitoringProfileBindingMap |
SegmentMonitoringProfileBindingMaps.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will update Infra Segment Monitoring Profile Binding Map.
|
SegmentMonitoringProfileBindingMap |
SegmentMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortsStub.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
SegmentPort |
PortsStub.update(String segmentId,
String portId,
SegmentPort segmentPort,
InvocationConfig invocationConfig) |
SegmentPort |
Ports.update(String segmentId,
String portId,
SegmentPort segmentPort,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
SegmentQosProfileBindingMaps.update(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.update(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SegmentQosProfileBindingMap |
SegmentQosProfileBindingMaps.update(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
InvocationConfig invocationConfig)
API will update Segment QoS Profile Binding Map.
|
SegmentQosProfileBindingMap |
SegmentQosProfileBindingMapsStub.update(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.update(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.update(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace segment security profile binding map.
|
SegmentSecurityProfileBindingMap |
SegmentSecurityProfileBindingMapsStub.update(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
SegmentSecurityProfileBindingMap |
SegmentSecurityProfileBindingMaps.update(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
InvocationConfig invocationConfig)
API will create or replace segment security profile binding map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMapsStub.delete(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortSecurityProfileBindingMaps.delete(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete the port security profile binding map.
|
void |
PortDiscoveryProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Port Discovery Profile Binding Profile
|
void |
PortQosProfileBindingMaps.delete(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port QoS Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Port Monitoring Profile Binding Profile.
|
void |
PortSecurityProfileBindingMapsStub.delete(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMapsStub.delete(String segmentId,
String portId,
String portQosProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
PortSecurityProfileBindingMaps.delete(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete the port security profile binding map.
|
void |
PortDiscoveryProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Infra Port Discovery Profile Binding Profile
|
void |
PortQosProfileBindingMaps.delete(String segmentId,
String portId,
String portQosProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Port QoS Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Infra Port Monitoring Profile Binding Profile.
|
void |
PortSecurityProfileBindingMapsStub.delete(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.get(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.get(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.get(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.get(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
PortMonitoringProfileBindingMap |
PortMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
PortDiscoveryProfileBindingMap |
PortDiscoveryProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig) |
PortQosProfileBindingMap |
PortQosProfileBindingMapsStub.get(String segmentId,
String portId,
String portQosProfileBindingMapId,
InvocationConfig invocationConfig) |
PortSecurityProfileBindingMap |
PortSecurityProfileBindingMaps.get(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will return details of the port security profile binding map.
|
PortDiscoveryProfileBindingMap |
PortDiscoveryProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Infra Port Discovery Profile Binding Map
|
PortQosProfileBindingMap |
PortQosProfileBindingMaps.get(String segmentId,
String portId,
String portQosProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Port QoS Profile Binding Map.
|
PortMonitoringProfileBindingMap |
PortMonitoringProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Infra Port Monitoring Profile Binding Map.
|
PortSecurityProfileBindingMap |
PortSecurityProfileBindingMapsStub.get(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment port statistics information.
|
SegmentPortStatistics |
StatisticsStub.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentPortStatistics |
Statistics.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get infra segment port statistics information.
|
void |
PortDiscoveryProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Port Discovery Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Port Monitoring Profile Binding Maps in current port id.
|
PortMonitoringProfileBindingMapListResult |
PortMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PortDiscoveryProfileBindingMapListResult |
PortDiscoveryProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PortDiscoveryProfileBindingMapListResult |
PortDiscoveryProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Infra Port Discovery Profile Binding Maps in current port id.
|
PortMonitoringProfileBindingMapListResult |
PortMonitoringProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Infra Port Monitoring Profile Binding Maps in current port id.
|
void |
PortQosProfileBindingMapsStub.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port QoS Profile Binding Maps in current port id.
|
void |
PortSecurityProfileBindingMaps.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port security profile binding maps.
|
void |
PortSecurityProfileBindingMapsStub.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
PortQosProfileBindingMapListResult |
PortQosProfileBindingMapsStub.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PortSecurityProfileBindingMapListResult |
PortSecurityProfileBindingMaps.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all port security profile binding maps.
|
PortQosProfileBindingMapListResult |
PortQosProfileBindingMaps.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Port QoS Profile Binding Maps in current port id.
|
PortSecurityProfileBindingMapListResult |
PortSecurityProfileBindingMapsStub.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Infra Port Discovery Profile Binding Map
|
void |
PortDiscoveryProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
InvocationConfig invocationConfig)
API will create Infra Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will create Infra Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.patch(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.patch(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port QoS Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.patch(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.patch(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
InvocationConfig invocationConfig)
API will create Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.patch(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new port security profile binding map if the given security profile
binding map does not exist.
|
void |
PortSecurityProfileBindingMapsStub.patch(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortSecurityProfileBindingMaps.patch(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
InvocationConfig invocationConfig)
Create a new port security profile binding map if the given security profile
binding map does not exist.
|
void |
PortSecurityProfileBindingMapsStub.patch(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Port Discovery Profile Binding Map
|
PortDiscoveryProfileBindingMap |
PortDiscoveryProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
InvocationConfig invocationConfig) |
PortDiscoveryProfileBindingMap |
PortDiscoveryProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
InvocationConfig invocationConfig)
API will update Infra Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Port Monitoring Profile Binding Map.
|
PortMonitoringProfileBindingMap |
PortMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
PortMonitoringProfileBindingMap |
PortMonitoringProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will update Infra Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.update(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.update(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port QoS Profile Binding Map.
|
PortQosProfileBindingMap |
PortQosProfileBindingMapsStub.update(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
InvocationConfig invocationConfig) |
PortQosProfileBindingMap |
PortQosProfileBindingMaps.update(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
InvocationConfig invocationConfig)
API will update Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.update(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.update(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
PortSecurityProfileBindingMap |
PortSecurityProfileBindingMaps.update(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
InvocationConfig invocationConfig)
API will create or replace the port security profile binding map.
|
PortSecurityProfileBindingMap |
PortSecurityProfileBindingMapsStub.update(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceProfiles.delete(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to delete service profile with given service-profile-id
|
void |
ServiceProfilesStub.delete(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.delete(String serviceReferenceId,
String serviceProfileId,
InvocationConfig invocationConfig)
This API can be used to delete service profile with given service-profile-id
|
void |
ServiceProfilesStub.delete(String serviceReferenceId,
String serviceProfileId,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.get(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<PolicyServiceProfile> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to read service profile with given service-profile-id
|
void |
ServiceProfilesStub.get(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<PolicyServiceProfile> asyncCallback,
InvocationConfig invocationConfig) |
PolicyServiceProfile |
ServiceProfiles.get(String serviceReferenceId,
String serviceProfileId,
InvocationConfig invocationConfig)
This API can be used to read service profile with given service-profile-id
|
PolicyServiceProfile |
ServiceProfilesStub.get(String serviceReferenceId,
String serviceProfileId,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.list(String serviceReferenceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the service profiles available for given service reference
|
void |
ServiceProfilesStub.list(String serviceReferenceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
PolicyServiceProfileListResult |
ServiceProfiles.list(String serviceReferenceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all the service profiles available for given service reference
|
PolicyServiceProfileListResult |
ServiceProfilesStub.list(String serviceReferenceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.patch(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service profile to specify vendor template attri- butes for a given 3rd
party service.
|
void |
ServiceProfilesStub.patch(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.patch(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
InvocationConfig invocationConfig)
Create Service profile to specify vendor template attri- butes for a given 3rd
party service.
|
void |
ServiceProfilesStub.patch(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.update(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<PolicyServiceProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update Service profile to specify vendor temp- late attributes for a
given 3rd party service.
|
void |
ServiceProfilesStub.update(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<PolicyServiceProfile> asyncCallback,
InvocationConfig invocationConfig) |
PolicyServiceProfile |
ServiceProfiles.update(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
InvocationConfig invocationConfig)
Create or update Service profile to specify vendor temp- late attributes for a
given 3rd party service.
|
PolicyServiceProfile |
ServiceProfilesStub.update(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupAssociationsStub.get(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceProfileGroups> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupAssociations.get(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceProfileGroups> asyncCallback,
InvocationConfig invocationConfig)
List of Groups used in Redirection rules for a given Service Profile.
|
ServiceProfileGroups |
GroupAssociationsStub.get(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
ServiceProfileGroups |
GroupAssociations.get(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
InvocationConfig invocationConfig)
List of Groups used in Redirection rules for a given Service Profile.
|
void |
ServiceChainMappingsStub.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainMappings.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback,
InvocationConfig invocationConfig)
List all service chain mappings in the system for the given service profile.
|
ServiceChainMappingListResult |
ServiceChainMappingsStub.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
ServiceChainMappingListResult |
ServiceChainMappings.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
InvocationConfig invocationConfig)
List all service chain mappings in the system for the given service profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceEntriesStub.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service entry
|
void |
ServiceEntriesStub.delete(String serviceId,
String serviceEntryId,
InvocationConfig invocationConfig) |
void |
ServiceEntries.delete(String serviceId,
String serviceEntryId,
InvocationConfig invocationConfig)
Delete Service entry
|
void |
ServiceEntriesStub.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Service entry
|
Structure |
ServiceEntriesStub.get(String serviceId,
String serviceEntryId,
InvocationConfig invocationConfig) |
Structure |
ServiceEntries.get(String serviceId,
String serviceEntryId,
InvocationConfig invocationConfig)
Service entry
|
void |
ServiceEntriesStub.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of Service entries for the given service
|
ServiceEntryListResult |
ServiceEntriesStub.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
ServiceEntryListResult |
ServiceEntries.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of Service entries for the given service
|
void |
ServiceEntriesStub.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
InvocationConfig invocationConfig) |
void |
ServiceEntries.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
Structure |
ServiceEntriesStub.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
InvocationConfig invocationConfig) |
Structure |
ServiceEntries.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingsStub.list(String sessionTimerProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SessionTimerProfileBindingListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bindings.list(String sessionTimerProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SessionTimerProfileBindingListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Session Timer Profiles bindings.
|
SessionTimerProfileBindingListResult |
BindingsStub.list(String sessionTimerProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingListResult |
Bindings.list(String sessionTimerProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Session Timer Profiles bindings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityStub.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Get the current dfw firewall configurations.
|
DfwFirewallConfiguration |
SecurityStub.get(InvocationConfig invocationConfig) |
DfwFirewallConfiguration |
Security.get(InvocationConfig invocationConfig)
Get the current dfw firewall configurations.
|
void |
SecurityStub.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
void |
SecurityStub.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
InvocationConfig invocationConfig) |
void |
Security.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
void |
StatsStub.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Stats.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Sets firewall rule statistics counter to zero.
|
void |
StatsStub.reset(String category,
String enforcementPointPath,
InvocationConfig invocationConfig) |
void |
Stats.reset(String category,
String enforcementPointPath,
InvocationConfig invocationConfig)
Sets firewall rule statistics counter to zero.
|
void |
SecurityStub.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
DfwFirewallConfiguration |
SecurityStub.update(DfwFirewallConfiguration dfwFirewallConfiguration,
InvocationConfig invocationConfig) |
DfwFirewallConfiguration |
Security.update(DfwFirewallConfiguration dfwFirewallConfiguration,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneHostSwitchSettingStub.get(AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
StandaloneHostSwitchSetting.get(AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Read identity firewall configuration for standalone host
|
StandaloneHostIdfwConfiguration |
StandaloneHostSwitchSettingStub.get(InvocationConfig invocationConfig) |
StandaloneHostIdfwConfiguration |
StandaloneHostSwitchSetting.get(InvocationConfig invocationConfig)
Read identity firewall configuration for standalone host
|
void |
ClusterStub.get(String clusterId,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.get(String clusterId,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Read compute cluster identity firewall configuration
|
ComputeClusterIdfwConfiguration |
ClusterStub.get(String clusterId,
InvocationConfig invocationConfig) |
ComputeClusterIdfwConfiguration |
Cluster.get(String clusterId,
InvocationConfig invocationConfig)
Read compute cluster identity firewall configuration
|
void |
ClusterStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ComputeClusterIdfwConfigurationListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ComputeClusterIdfwConfigurationListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all compute cluster wise identity firewall configuration
|
ComputeClusterIdfwConfigurationListResult |
ClusterStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
ComputeClusterIdfwConfigurationListResult |
Cluster.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all compute cluster wise identity firewall configuration
|
void |
StandaloneHostSwitchSettingStub.patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StandaloneHostSwitchSetting.patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch identity firewall configuration for standalone host
|
void |
StandaloneHostSwitchSettingStub.patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
InvocationConfig invocationConfig) |
void |
StandaloneHostSwitchSetting.patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
InvocationConfig invocationConfig)
Patch identity firewall configuration for standalone host
|
void |
ClusterStub.patch(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.patch(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch compute cluster identity firewall configuration.
|
void |
ClusterStub.patch(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
InvocationConfig invocationConfig) |
void |
Cluster.patch(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
InvocationConfig invocationConfig)
Patch compute cluster identity firewall configuration.
|
void |
StandaloneHostSwitchSettingStub.update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
StandaloneHostSwitchSetting.update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Update the idfw configuration for standalone host
|
StandaloneHostIdfwConfiguration |
StandaloneHostSwitchSettingStub.update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
InvocationConfig invocationConfig) |
StandaloneHostIdfwConfiguration |
StandaloneHostSwitchSetting.update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
InvocationConfig invocationConfig)
Update the idfw configuration for standalone host
|
void |
ClusterStub.update(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.update(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Update the compute cluster idfw configuration
|
ComputeClusterIdfwConfiguration |
ClusterStub.update(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
InvocationConfig invocationConfig) |
ComputeClusterIdfwConfiguration |
Cluster.update(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
InvocationConfig invocationConfig)
Update the compute cluster idfw configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcludeListStub.get(AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.get(AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig)
Read exclude list for firewall
|
PolicyExcludeList |
ExcludeListStub.get(InvocationConfig invocationConfig) |
PolicyExcludeList |
ExcludeList.get(InvocationConfig invocationConfig)
Read exclude list for firewall
|
void |
ExcludeListStub.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch exclusion list for security policy.
|
void |
ExcludeListStub.patch(PolicyExcludeList policyExcludeList,
InvocationConfig invocationConfig) |
void |
ExcludeList.patch(PolicyExcludeList policyExcludeList,
InvocationConfig invocationConfig)
Patch exclusion list for security policy.
|
void |
ExcludeListStub.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig)
Update the exclusion list for security policy
|
PolicyExcludeList |
ExcludeListStub.update(PolicyExcludeList policyExcludeList,
InvocationConfig invocationConfig) |
PolicyExcludeList |
ExcludeList.update(PolicyExcludeList policyExcludeList,
InvocationConfig invocationConfig)
Update the exclusion list for security policy
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnforcementPoints.delete(String siteId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete EnforcementPoint from Site
|
void |
EnforcementPointsStub.delete(String siteId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.delete(String siteId,
String enforcementpointId,
InvocationConfig invocationConfig)
Delete EnforcementPoint from Site
|
void |
EnforcementPointsStub.delete(String siteId,
String enforcementpointId,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.fullsync(String siteId,
String enforcementPointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Full sync EnforcementPoint from Site
|
void |
EnforcementPointsStub.fullsync(String siteId,
String enforcementPointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.fullsync(String siteId,
String enforcementPointId,
InvocationConfig invocationConfig)
Full sync EnforcementPoint from Site
|
void |
EnforcementPointsStub.fullsync(String siteId,
String enforcementPointId,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Read an Enforcement Point under Infra/Site
|
void |
EnforcementPointsStub.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
EnforcementPoint |
EnforcementPoints.get(String siteId,
String enforcementpointId,
InvocationConfig invocationConfig)
Read an Enforcement Point under Infra/Site
|
EnforcementPoint |
EnforcementPointsStub.get(String siteId,
String enforcementpointId,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all enforcementpoints under Site.
|
void |
EnforcementPointsStub.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig) |
EnforcementPointListResult |
EnforcementPoints.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all enforcementpoints under Site.
|
EnforcementPointListResult |
EnforcementPointsStub.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.patch(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.patch(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.patch(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.patch(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.reload(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Reload an Enforcement Point under Site.
|
void |
EnforcementPointsStub.reload(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
EnforcementPoint |
EnforcementPoints.reload(String siteId,
String enforcementpointId,
InvocationConfig invocationConfig)
Reload an Enforcement Point under Site.
|
EnforcementPoint |
EnforcementPointsStub.reload(String siteId,
String enforcementpointId,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.update(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.update(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
EnforcementPoint |
EnforcementPoints.update(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
EnforcementPoint |
EnforcementPointsStub.update(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeClustersStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClusters.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback,
InvocationConfig invocationConfig)
Read a Edge Cluster under an Enforcement Point
|
void |
TransportZonesStub.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
TransportZones.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback,
InvocationConfig invocationConfig)
Read a Transport Zone under an Enforcement Point
|
PolicyEdgeCluster |
EdgeClustersStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
InvocationConfig invocationConfig) |
PolicyTransportZone |
TransportZonesStub.get(String siteId,
String enforcementpointId,
String transportZoneId,
InvocationConfig invocationConfig) |
PolicyEdgeCluster |
EdgeClusters.get(String siteId,
String enforcementpointId,
String edgeClusterId,
InvocationConfig invocationConfig)
Read a Edge Cluster under an Enforcement Point
|
PolicyTransportZone |
TransportZones.get(String siteId,
String enforcementpointId,
String transportZoneId,
InvocationConfig invocationConfig)
Read a Transport Zone under an Enforcement Point
|
void |
EdgeClustersStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClusters.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Edge Clusters under an Enforcement Point
|
void |
TransportZonesStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
TransportZones.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Transport Zones under an Enforcement Point
|
PolicyEdgeClusterListResult |
EdgeClustersStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyTransportZoneListResult |
TransportZonesStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyEdgeClusterListResult |
EdgeClusters.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Edge Clusters under an Enforcement Point
|
PolicyTransportZoneListResult |
TransportZones.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Transport Zones under an Enforcement Point
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeNodes.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback,
InvocationConfig invocationConfig)
Read a Edge Node under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback,
InvocationConfig invocationConfig) |
PolicyEdgeNode |
EdgeNodes.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
InvocationConfig invocationConfig)
Read a Edge Node under an Enforcement Point, Edge Cluster
|
PolicyEdgeNode |
EdgeNodesStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
InvocationConfig invocationConfig) |
void |
EdgeNodes.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Edge Nodes under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback,
InvocationConfig invocationConfig) |
PolicyEdgeNodeListResult |
EdgeNodes.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Edge Nodes under an Enforcement Point, Edge Cluster
|
PolicyEdgeNodeListResult |
EdgeNodesStub.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DnsForwarder.create(String tier0Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier0Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.create(String tier0Id,
String action,
String enforcementPointPath,
InvocationConfig invocationConfig)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier0Id,
String action,
String enforcementPointPath,
InvocationConfig invocationConfig) |
void |
DnsForwarder.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DNS configuration for tier-0 instance
|
void |
DnsForwarderStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.delete(String tier0Id,
InvocationConfig invocationConfig)
Delete DNS configuration for tier-0 instance
|
void |
DnsForwarderStub.delete(String tier0Id,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.delete(String tier0Id,
String communityListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.delete(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router.
|
void |
RouteMaps.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a route map
|
void |
PrefixLists.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a prefix list
|
void |
Groups.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the Group under Tier-0.
|
void |
StaticRoutes.delete(String tier0Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 static routes
|
void |
StaticRoutesStub.delete(String tier0Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PrefixListsStub.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.delete(String tier0Id,
String communityListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a BGP community list
|
void |
LocaleServices.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 locale-services
|
void |
SessionTimerProfileBindings.delete(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-0 Logical Router.
|
void |
RouteMapsStub.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindingsStub.delete(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.delete(String tier0Id,
String communityListId,
InvocationConfig invocationConfig) |
void |
GroupsStub.delete(String tier0Id,
String groupId,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier0Id,
String localeServicesId,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier0Id,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.delete(String tier0Id,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router.
|
void |
RouteMaps.delete(String tier0Id,
String routeMapId,
InvocationConfig invocationConfig)
Delete a route map
|
void |
PrefixLists.delete(String tier0Id,
String prefixListId,
InvocationConfig invocationConfig)
Delete a prefix list
|
void |
Groups.delete(String tier0Id,
String groupId,
InvocationConfig invocationConfig)
Delete the Group under Tier-0.
|
void |
StaticRoutes.delete(String tier0Id,
String routeId,
InvocationConfig invocationConfig)
Delete Tier-0 static routes
|
void |
StaticRoutesStub.delete(String tier0Id,
String routeId,
InvocationConfig invocationConfig) |
void |
PrefixListsStub.delete(String tier0Id,
String prefixListId,
InvocationConfig invocationConfig) |
void |
CommunityLists.delete(String tier0Id,
String communityListId,
InvocationConfig invocationConfig)
Delete a BGP community list
|
void |
LocaleServices.delete(String tier0Id,
String localeServicesId,
InvocationConfig invocationConfig)
Delete Tier-0 locale-services
|
void |
SessionTimerProfileBindings.delete(String tier0Id,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-0 Logical Router.
|
void |
RouteMapsStub.delete(String tier0Id,
String routeMapId,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindingsStub.delete(String tier0Id,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig) |
void |
DnsForwarder.get(String tier0Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-0 instance
|
void |
DnsForwarderStub.get(String tier0Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
PolicyDnsForwarder |
DnsForwarder.get(String tier0Id,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-0 instance
|
PolicyDnsForwarder |
DnsForwarderStub.get(String tier0Id,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig)
Read a BGP community list
|
void |
FloodProtectionProfileBindingsStub.get(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.get(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router.
|
void |
GroupsStub.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 Group
|
void |
LocaleServicesStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 locale-services
|
void |
PrefixLists.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig)
Read a prefix list
|
void |
PrefixListsStub.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.get(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-0 Logical Router.
|
void |
SessionTimerProfileBindingsStub.get(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.get(String tier0Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 static routes
|
void |
StaticRoutesStub.get(String tier0Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.get(String tier0Id,
String routeMapId,
AsyncCallback<Tier0RouteMap> asyncCallback,
InvocationConfig invocationConfig)
Read a route map
|
void |
RouteMapsStub.get(String tier0Id,
String routeMapId,
AsyncCallback<Tier0RouteMap> asyncCallback,
InvocationConfig invocationConfig) |
CommunityList |
CommunityListsStub.get(String tier0Id,
String communityListId,
InvocationConfig invocationConfig) |
Group |
GroupsStub.get(String tier0Id,
String groupId,
InvocationConfig invocationConfig) |
LocaleServices |
LocaleServicesStub.get(String tier0Id,
String localeServicesId,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindingsStub.get(String tier0Id,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindings.get(String tier0Id,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router.
|
Tier0RouteMap |
RouteMaps.get(String tier0Id,
String routeMapId,
InvocationConfig invocationConfig)
Read a route map
|
PrefixList |
PrefixLists.get(String tier0Id,
String prefixListId,
InvocationConfig invocationConfig)
Read a prefix list
|
Group |
Groups.get(String tier0Id,
String groupId,
InvocationConfig invocationConfig)
Read Tier-0 Group
|
StaticRoutes |
StaticRoutes.get(String tier0Id,
String routeId,
InvocationConfig invocationConfig)
Read Tier-0 static routes
|
StaticRoutes |
StaticRoutesStub.get(String tier0Id,
String routeId,
InvocationConfig invocationConfig) |
PrefixList |
PrefixListsStub.get(String tier0Id,
String prefixListId,
InvocationConfig invocationConfig) |
CommunityList |
CommunityLists.get(String tier0Id,
String communityListId,
InvocationConfig invocationConfig)
Read a BGP community list
|
LocaleServices |
LocaleServices.get(String tier0Id,
String localeServicesId,
InvocationConfig invocationConfig)
Read Tier-0 locale-services
|
SessionTimerProfileBindingMap |
SessionTimerProfileBindings.get(String tier0Id,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-0 Logical Router.
|
Tier0RouteMap |
RouteMapsStub.get(String tier0Id,
String routeMapId,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingMap |
SessionTimerProfileBindingsStub.get(String tier0Id,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig) |
void |
State.get(String tier0Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0GatewayState> asyncCallback,
InvocationConfig invocationConfig)
Returns
|
void |
StateStub.get(String tier0Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0GatewayState> asyncCallback,
InvocationConfig invocationConfig) |
Tier0GatewayState |
State.get(String tier0Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Returns
|
Tier0GatewayState |
StateStub.get(String tier0Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier0Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of gateway rules associated with the Tier-0.
|
void |
GatewayFirewallStub.list(String tier0Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
GatewayPolicyListResult |
GatewayFirewall.list(String tier0Id,
InvocationConfig invocationConfig)
Get filtered view of gateway rules associated with the Tier-0.
|
GatewayPolicyListResult |
GatewayFirewallStub.list(String tier0Id,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all community lists under a tier-0
|
void |
GroupsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Groups for Tier-0.
|
void |
LocaleServicesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 locale-services
|
void |
PrefixLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all prefix lists
|
void |
PrefixListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Static Routes
|
void |
StaticRoutesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all route maps under a tier-0
|
void |
RouteMapsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
CommunityListListResult |
CommunityListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
GroupListResult |
GroupsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
LocaleServicesListResult |
LocaleServicesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
Tier0RouteMapListResult |
RouteMaps.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all route maps under a tier-0
|
PrefixListResult |
PrefixLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all prefix lists
|
GroupListResult |
Groups.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Groups for Tier-0.
|
StaticRoutesListResult |
StaticRoutes.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Static Routes
|
StaticRoutesListResult |
StaticRoutesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PrefixListResult |
PrefixListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
CommunityListListResult |
CommunityLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all community lists under a tier-0
|
LocaleServicesListResult |
LocaleServices.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 locale-services
|
Tier0RouteMapListResult |
RouteMapsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
RoutingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String enforcementPointPath,
String includedFields,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoutingTable.list(String tier0Id,
String cursor,
String edgeId,
String enforcementPointPath,
String includedFields,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig)
Get routing table from tier-0
|
RoutingTableListResult |
RoutingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String enforcementPointPath,
String includedFields,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
RoutingTableListResult |
RoutingTable.list(String tier0Id,
String cursor,
String edgeId,
String enforcementPointPath,
String includedFields,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get routing table from tier-0
|
void |
DnsForwarder.patch(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.patch(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
InvocationConfig invocationConfig)
Update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
CommunityListsStub.patch(String tier0Id,
String communityListId,
CommunityList communityList,
InvocationConfig invocationConfig) |
void |
CommunityLists.patch(String tier0Id,
String communityListId,
CommunityList communityList,
InvocationConfig invocationConfig)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
GroupsStub.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
GroupsStub.patch(String tier0Id,
String groupId,
Group group,
InvocationConfig invocationConfig) |
void |
Groups.patch(String tier0Id,
String groupId,
Group group,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
LocaleServicesStub.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
PrefixLists.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PrefixLists.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.patch(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.patch(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
StaticRoutes.patch(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.patch(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
InvocationConfig invocationConfig) |
void |
RouteMaps.patch(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a route map with the route-map-id is not already present, create a new route
map.
|
void |
RouteMapsStub.patch(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.patch(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
InvocationConfig invocationConfig)
If a route map with the route-map-id is not already present, create a new route
map.
|
void |
RouteMapsStub.patch(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
InvocationConfig invocationConfig) |
void |
DnsForwarder.update(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
PolicyDnsForwarder |
DnsForwarder.update(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
InvocationConfig invocationConfig)
Update the DNS Forwarder
|
PolicyDnsForwarder |
DnsForwarderStub.update(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.update(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.update(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig)
If a community list with the community-list-id is not already present, create a
new community list.
|
CommunityList |
CommunityListsStub.update(String tier0Id,
String communityListId,
CommunityList communityList,
InvocationConfig invocationConfig) |
CommunityList |
CommunityLists.update(String tier0Id,
String communityListId,
CommunityList communityList,
InvocationConfig invocationConfig)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
FloodProtectionProfileBindingsStub.update(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.update(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindingsStub.update(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindings.update(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
GroupsStub.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
Group |
GroupsStub.update(String tier0Id,
String groupId,
Group group,
InvocationConfig invocationConfig) |
Group |
Groups.update(String tier0Id,
String groupId,
Group group,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
LocaleServicesStub.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
LocaleServices |
LocaleServicesStub.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
InvocationConfig invocationConfig) |
LocaleServices |
LocaleServices.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
PrefixLists.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig) |
PrefixList |
PrefixLists.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
PrefixList |
PrefixListsStub.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.update(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.update(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingMap |
SessionTimerProfileBindings.update(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router.
|
SessionTimerProfileBindingMap |
SessionTimerProfileBindingsStub.update(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
StaticRoutes.update(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
StaticRoutes |
StaticRoutes.update(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
StaticRoutes |
StaticRoutesStub.update(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
InvocationConfig invocationConfig) |
void |
RouteMaps.update(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Tier0RouteMap> asyncCallback,
InvocationConfig invocationConfig)
If a route map with the route-map-id is not already present, create a new route
map.
|
void |
RouteMapsStub.update(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Tier0RouteMap> asyncCallback,
InvocationConfig invocationConfig) |
Tier0RouteMap |
RouteMaps.update(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
InvocationConfig invocationConfig)
If a route map with the route-map-id is not already present, create a new route
map.
|
Tier0RouteMap |
RouteMapsStub.update(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of tier-0 DNS forwarder.
|
void |
StatusStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig)
Get current status of tier-0 DNS forwarder.
|
AggregateDNSForwarderStatus |
StatusStub.get(String tier0Id,
String enforcementPointPath,
InvocationConfig invocationConfig) |
AggregateDNSForwarderStatistics |
StatisticsStub.get(String tier0Id,
String enforcementPointPath,
InvocationConfig invocationConfig) |
AggregateDNSForwarderStatistics |
Statistics.get(String tier0Id,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get statistics of tier-0 DNS forwarder.
|
AggregateDNSForwarderStatus |
Status.get(String tier0Id,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get current status of tier-0 DNS forwarder.
|
void |
Nslookup.get(String tier0Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier0Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig) |
AggregatePolicyDnsAnswer |
Nslookup.get(String tier0Id,
String address,
String enforcementPointPath,
InvocationConfig invocationConfig)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
AggregatePolicyDnsAnswer |
NslookupStub.get(String tier0Id,
String address,
String enforcementPointPath,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddresses.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Tier-0 Group.
|
void |
VirtualMachines.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Tier-0 Group.
|
void |
VirtualMachinesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
PolicyGroupIPMembersListResult |
IpAddressesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
RealizedVirtualMachineListResult |
VirtualMachines.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Tier-0 Group.
|
RealizedVirtualMachineListResult |
VirtualMachinesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyGroupIPMembersListResult |
IpAddresses.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Tier-0 Group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInstances.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete policy service instance
|
void |
Tier0DeploymentMapsStub.delete(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 interface
|
void |
ByodServiceInstancesStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
InterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstancesStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
FloodProtectionProfileBindings.delete(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.delete(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 Deployment Map This API has been deprecated.
|
void |
ServiceInterfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete service interface
|
void |
L2vpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete L2VPN service for given locale service.
|
void |
L3vpnsStub.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.delete(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-0 Logical Router
LocaleServices.
|
void |
ByodServiceInstances.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete BYOD policy service instance
|
void |
L2vpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindingsStub.delete(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN service for given locale service under Tier-0.
|
void |
ServiceInstances.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig)
Delete policy service instance
|
void |
Tier0DeploymentMapsStub.delete(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
InvocationConfig invocationConfig) |
void |
Interfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
InvocationConfig invocationConfig)
Delete Tier-0 interface
|
void |
ByodServiceInstancesStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig) |
void |
InterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
InvocationConfig invocationConfig) |
void |
ServiceInstancesStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig) |
void |
L3vpns.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
FloodProtectionProfileBindings.delete(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.delete(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
InvocationConfig invocationConfig)
Delete Tier-0 Deployment Map This API has been deprecated.
|
void |
ServiceInterfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
InvocationConfig invocationConfig)
Delete service interface
|
void |
L2vpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig)
Delete L2VPN service for given locale service.
|
void |
L3vpnsStub.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.delete(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-0 Logical Router
LocaleServices.
|
void |
ByodServiceInstances.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig)
Delete BYOD policy service instance
|
void |
L2vpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindingsStub.delete(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig)
Delete IPSec VPN service for given locale service under Tier-0.
|
void |
BgpStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig)
Read BGP routing config
|
void |
L2vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback,
InvocationConfig invocationConfig) |
L3VpnContext |
L3vpnContext.get(String tier0Id,
String localeServiceId,
InvocationConfig invocationConfig)
Synchronous method overload.
|
L2VpnContext |
L2vpnContextStub.get(String tier0Id,
String localeServiceId,
InvocationConfig invocationConfig) |
L3VpnContext |
L3vpnContextStub.get(String tier0Id,
String localeServiceId,
InvocationConfig invocationConfig) |
BgpRoutingConfig |
BgpStub.get(String tier0Id,
String localeServiceId,
InvocationConfig invocationConfig) |
L2VpnContext |
L2vpnContext.get(String tier0Id,
String localeServiceId,
InvocationConfig invocationConfig)
Synchronous method overload.
|
BgpRoutingConfig |
Bgp.get(String tier0Id,
String localeServiceId,
InvocationConfig invocationConfig)
Read BGP routing config
|
void |
ByodServiceInstancesStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstances.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Read byod service instance
|
void |
FloodProtectionProfileBindingsStub.get(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.get(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig)
Get L2VPN service for given locale service.
|
void |
L2vpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Read service instance
|
void |
ServiceInstancesStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig)
Read service interface
|
void |
SessionTimerProfileBindings.get(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-0 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.get(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMapsStub.get(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.get(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
Read a Tier-0 Deployment Map This API has been deprecated.
|
void |
Interfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 interface
|
void |
InterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig) |
PolicyServiceInstance |
ServiceInstances.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig)
Read service instance
|
Tier0DeploymentMap |
Tier0DeploymentMapsStub.get(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
InvocationConfig invocationConfig) |
Tier0Interface |
Interfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
InvocationConfig invocationConfig)
Read Tier-0 interface
|
ByodPolicyServiceInstance |
ByodServiceInstancesStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig) |
Tier0Interface |
InterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
InvocationConfig invocationConfig) |
ServiceInterface |
ServiceInterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
InvocationConfig invocationConfig) |
PolicyServiceInstance |
ServiceInstancesStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindingsStub.get(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig) |
L3Vpn |
L3vpns.get(String tier0Id,
String localeServiceId,
String l3vpnId,
InvocationConfig invocationConfig)
Synchronous method overload.
|
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindings.get(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router
LocaleServices.
|
IPSecVpnService |
IpsecVpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig) |
Tier0DeploymentMap |
Tier0DeploymentMaps.get(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
InvocationConfig invocationConfig)
Read a Tier-0 Deployment Map This API has been deprecated.
|
ServiceInterface |
ServiceInterfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
InvocationConfig invocationConfig)
Read service interface
|
L2VPNService |
L2vpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig)
Get L2VPN service for given locale service.
|
L3Vpn |
L3vpnsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingMap |
SessionTimerProfileBindings.get(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-0 Logical Router
LocaleServices.
|
ByodPolicyServiceInstance |
ByodServiceInstances.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig)
Read byod service instance
|
L2VPNService |
L2vpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingMap |
SessionTimerProfileBindingsStub.get(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig) |
IPSecVpnService |
IpsecVpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig)
Get IPSec VPN service for given locale service under Tier-0.
|
void |
GatewayFirewall.list(String tier0Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-0 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier0Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
GatewayPolicyListResult |
GatewayFirewall.list(String tier0Id,
String localeServicesId,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-0 Locale
Services.
|
GatewayPolicyListResult |
GatewayFirewallStub.list(String tier0Id,
String localeServicesId,
InvocationConfig invocationConfig) |
void |
ByodServiceInstancesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ByodPolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstances.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ByodPolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
Read all BYOD service instance objects under a tier-0
|
void |
IpsecVpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN services for given locale service under
Tier-0.
|
void |
L2vpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN services.
|
void |
L2vpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
Read all service instance objects under a tier-0
|
void |
ServiceInstancesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Service Interfaces
|
void |
Tier0DeploymentMapsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0DeploymentMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0DeploymentMapListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Deployment Entries.
|
void |
Interfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Interfaces
|
void |
InterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
PolicyServiceInstanceListResult |
ServiceInstances.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Read all service instance objects under a tier-0
|
Tier0DeploymentMapListResult |
Tier0DeploymentMapsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
Tier0InterfaceListResult |
Interfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Interfaces
|
ByodPolicyServiceInstanceListResult |
ByodServiceInstancesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
Tier0InterfaceListResult |
InterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
ServiceInterfaceListResult |
ServiceInterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyServiceInstanceListResult |
ServiceInstancesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnServiceListResult |
IpsecVpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
Tier0DeploymentMapListResult |
Tier0DeploymentMaps.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Deployment Entries.
|
ServiceInterfaceListResult |
ServiceInterfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Service Interfaces
|
L2VPNServiceListResult |
L2vpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN services.
|
ByodPolicyServiceInstanceListResult |
ByodServiceInstances.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Read all BYOD service instance objects under a tier-0
|
L2VPNServiceListResult |
L2vpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnServiceListResult |
IpsecVpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN services for given locale service under
Tier-0.
|
void |
L3vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback,
InvocationConfig invocationConfig) |
L3VpnListResult |
L3vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Synchronous method overload.
|
L3VpnListResult |
L3vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
BgpStub.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an BGP routing config not present, create BGP routing config.
|
void |
BgpStub.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
InvocationConfig invocationConfig) |
void |
Bgp.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
InvocationConfig invocationConfig)
If an BGP routing config not present, create BGP routing config.
|
void |
ByodServiceInstancesStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstances.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create BYOD Service Instance which represent instance of service definition
created on manager.
|
void |
ByodServiceInstancesStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
InvocationConfig invocationConfig) |
void |
ByodServiceInstances.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
InvocationConfig invocationConfig)
Create BYOD Service Instance which represent instance of service definition
created on manager.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router LocaleServices.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router LocaleServices.
|
void |
IpsecVpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
InvocationConfig invocationConfig)
Create or patch IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch L2VPN service for given locale service.
|
void |
L2vpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
InvocationConfig invocationConfig)
Create or patch L2VPN service for given locale service.
|
void |
L2vpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
InvocationConfig invocationConfig) |
void |
L3vpns.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
L3vpnsStub.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
InvocationConfig invocationConfig) |
void |
ServiceInstances.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service Instance.
|
void |
ServiceInstancesStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
InvocationConfig invocationConfig)
Create Service Instance.
|
void |
ServiceInstancesStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
ServiceInterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
SessionTimerProfileBindings.patch(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.patch(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.patch(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMapsStub.patch(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.patch(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
Tier0DeploymentMap |
Tier0DeploymentMapsStub.patch(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
InvocationConfig invocationConfig) |
Tier0DeploymentMap |
Tier0DeploymentMaps.patch(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
Interfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
InvocationConfig invocationConfig) |
void |
ServiceInstances.reauth(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
ServiceInstancesStub.reauth(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.reauth(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
ServiceInstancesStub.reauth(String tier0Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig) |
void |
L3vpns.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
L3Vpn |
L3vpns.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
InvocationConfig invocationConfig)
Synchronous method overload.
|
L3Vpn |
L3vpnsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
InvocationConfig invocationConfig) |
void |
BgpStub.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig)
If BGP routing config is not already present, create BGP routing config.
|
BgpRoutingConfig |
BgpStub.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
InvocationConfig invocationConfig) |
BgpRoutingConfig |
Bgp.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
InvocationConfig invocationConfig)
If BGP routing config is not already present, create BGP routing config.
|
void |
ByodServiceInstancesStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstances.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Create BYOD Service Instance which represent instance of service definition
created on manager.
|
ByodPolicyServiceInstance |
ByodServiceInstancesStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
InvocationConfig invocationConfig) |
ByodPolicyServiceInstance |
ByodServiceInstances.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
InvocationConfig invocationConfig)
Create BYOD Service Instance which represent instance of service definition
created on manager.
|
void |
FloodProtectionProfileBindingsStub.update(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.update(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router LocaleServices.
|
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindingsStub.update(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindings.update(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router LocaleServices.
|
void |
IpsecVpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN service for given locale service under Tier-0.
|
IPSecVpnService |
IpsecVpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
InvocationConfig invocationConfig) |
IPSecVpnService |
IpsecVpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace L2VPN service for given locale service.
|
void |
L2vpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig) |
L2VPNService |
L2vpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
InvocationConfig invocationConfig)
Create or fully replace L2VPN service for given locale service.
|
L2VPNService |
L2vpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
InvocationConfig invocationConfig) |
void |
L3vpns.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
L3Vpn |
L3vpns.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
InvocationConfig invocationConfig)
Synchronous method overload.
|
L3Vpn |
L3vpnsStub.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
InvocationConfig invocationConfig) |
void |
ServiceInstances.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Create service instance.
|
void |
ServiceInstancesStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
PolicyServiceInstance |
ServiceInstances.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
InvocationConfig invocationConfig)
Create service instance.
|
PolicyServiceInstance |
ServiceInstancesStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
ServiceInterface |
ServiceInterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
InvocationConfig invocationConfig) |
ServiceInterface |
ServiceInterfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
SessionTimerProfileBindings.update(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.update(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingMap |
SessionTimerProfileBindings.update(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router LocaleServices.
|
SessionTimerProfileBindingMap |
SessionTimerProfileBindingsStub.update(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMapsStub.update(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.update(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
If the passed Tier-0 Deployment Map does not already exist, create a new Tier-0
Deployment Map.
|
Tier0DeploymentMap |
Tier0DeploymentMapsStub.update(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
InvocationConfig invocationConfig) |
Tier0DeploymentMap |
Tier0DeploymentMaps.update(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
InvocationConfig invocationConfig)
If the passed Tier-0 Deployment Map does not already exist, create a new Tier-0
Deployment Map.
|
void |
Interfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig) |
Tier0Interface |
Interfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
Tier0Interface |
InterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
NeighborsStub.delete(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.delete(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete BGP neighbor config
|
void |
NeighborsStub.delete(String tier0Id,
String localeServiceId,
String neighborId,
InvocationConfig invocationConfig) |
void |
Neighbors.delete(String tier0Id,
String localeServiceId,
String neighborId,
InvocationConfig invocationConfig)
Delete BGP neighbor config
|
void |
NeighborsStub.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig)
Read BGP neighbor config
|
BgpNeighborConfig |
NeighborsStub.get(String tier0Id,
String localeServiceId,
String neighborId,
InvocationConfig invocationConfig) |
BgpNeighborConfig |
Neighbors.get(String tier0Id,
String localeServiceId,
String neighborId,
InvocationConfig invocationConfig)
Read BGP neighbor config
|
void |
NeighborsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all BGP neighbor configurations
|
BgpNeighborConfigListResult |
NeighborsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
BgpNeighborConfigListResult |
Neighbors.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all BGP neighbor configurations
|
void |
NeighborsStub.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
InvocationConfig invocationConfig) |
void |
Neighbors.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
BgpNeighborConfig |
NeighborsStub.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
InvocationConfig invocationConfig) |
BgpNeighborConfig |
Neighbors.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
AdvertisedRoutes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns routes advertised by BGP neighbor from all edge transport nodes on which
this neighbor is currently enabled.
|
void |
Routes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns routes learned by BGP neighbor from all edge nodes on which this
neighbor is currently enabled.
|
void |
AdvertisedRoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
BgpNeighborRoutesListResult |
RoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
BgpNeighborRoutesListResult |
AdvertisedRoutes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Returns routes advertised by BGP neighbor from all edge transport nodes on which
this neighbor is currently enabled.
|
BgpNeighborRoutesListResult |
Routes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Returns routes learned by BGP neighbor from all edge nodes on which this
neighbor is currently enabled.
|
BgpNeighborRoutesListResult |
AdvertisedRoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInstanceEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete policy service instance endpoint
|
void |
ServiceInstanceEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
InvocationConfig invocationConfig)
Delete policy service instance endpoint
|
void |
ServiceInstanceEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Read service instance endpoint
|
void |
ServiceInstanceEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
ServiceInstanceEndpoint |
ServiceInstanceEndpoints.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
InvocationConfig invocationConfig)
Read service instance endpoint
|
ServiceInstanceEndpoint |
ServiceInstanceEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.list(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInstanceEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
List all service instance endpoint
|
void |
ServiceInstanceEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInstanceEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
ServiceInstanceEndpointListResult |
ServiceInstanceEndpoints.list(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all service instance endpoint
|
ServiceInstanceEndpointListResult |
ServiceInstanceEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service instance endpoint.
|
void |
ServiceInstanceEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
InvocationConfig invocationConfig)
Create Service instance endpoint.
|
void |
ServiceInstanceEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create service instance endpoint with given request if not exist.
|
void |
ServiceInstanceEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
ServiceInstanceEndpoint |
ServiceInstanceEndpoints.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
InvocationConfig invocationConfig)
Create service instance endpoint with given request if not exist.
|
ServiceInstanceEndpoint |
ServiceInstanceEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualEndpointsStub.delete(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.delete(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete virtual endpoint
|
void |
VirtualEndpointsStub.delete(String tier0Id,
String localeServiceId,
String virtualEndpointId,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.delete(String tier0Id,
String localeServiceId,
String virtualEndpointId,
InvocationConfig invocationConfig)
Delete virtual endpoint
|
void |
VirtualEndpointsStub.get(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<VirtualEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.get(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<VirtualEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Read virtual endpoint with given id under given Tier0.
|
VirtualEndpoint |
VirtualEndpointsStub.get(String tier0Id,
String localeServiceId,
String virtualEndpointId,
InvocationConfig invocationConfig) |
VirtualEndpoint |
VirtualEndpoints.get(String tier0Id,
String localeServiceId,
String virtualEndpointId,
InvocationConfig invocationConfig)
Read virtual endpoint with given id under given Tier0.
|
void |
VirtualEndpointsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
List all virtual endpoints
|
VirtualEndpointListResult |
VirtualEndpointsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
VirtualEndpointListResult |
VirtualEndpoints.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all virtual endpoints
|
void |
VirtualEndpointsStub.patch(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.patch(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update virtual endpoint.
|
void |
VirtualEndpointsStub.patch(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.patch(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
InvocationConfig invocationConfig)
Create or update virtual endpoint.
|
void |
VirtualEndpointsStub.update(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<VirtualEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.update(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<VirtualEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create or update virtual endpoint.
|
VirtualEndpoint |
VirtualEndpointsStub.update(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
InvocationConfig invocationConfig) |
VirtualEndpoint |
VirtualEndpoints.update(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
InvocationConfig invocationConfig)
Create or update virtual endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier0 interface statistics information.
|
PolicyInterfaceStatistics |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyInterfaceStatistics |
Statistics.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get tier0 interface statistics information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN session for a given locale service under Tier-0.
|
void |
LocalEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig)
Delete IPSec VPN session for a given locale service under Tier-0.
|
void |
LocalEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
InvocationConfig invocationConfig)
Delete IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig) |
void |
LocalEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
LocalEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-0.
|
IPSecVpnLocalEndpoint |
LocalEndpoints.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
InvocationConfig invocationConfig)
Get IPSec VPN local endpoint for a given locale service under Tier-0.
|
Structure |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig) |
IPSecVpnLocalEndpoint |
LocalEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
IPSecVpnSessionListResult |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-0.
|
IPSecVpnLocalEndpointListResult |
LocalEndpoints.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-0.
|
IPSecVpnSessionListResult |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnLocalEndpointListResult |
LocalEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
InvocationConfig invocationConfig)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an IPSec VPN session for a given locale service under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
InvocationConfig invocationConfig)
Create or patch an IPSec VPN session for a given locale service under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
InvocationConfig invocationConfig) |
void |
Sessions.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session with senstive data for a given locale service under
Tier-0.
|
void |
SessionsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Sessions.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig)
Get IPSec VPN session with senstive data for a given locale service under
Tier-0.
|
Structure |
SessionsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
IPSecVpnLocalEndpoint |
LocalEndpoints.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-0.
|
IPSecVpnLocalEndpoint |
LocalEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN session for a given locale service under
Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN session for a given locale service under
Tier-0.
|
Structure |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
AggregateIPSecVpnSessionStatistics |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateIPSecVpnSessionStatus |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateIPSecVpnSessionStatistics |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
AggregateIPSecVpnSessionStatus |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
L2vpns.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
L2vpnsStub.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
InvocationConfig invocationConfig) |
void |
L2vpns.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig) |
L2Vpn |
L2vpns.get(String tier0Id,
String localeServiceId,
String l2vpnId,
InvocationConfig invocationConfig)
Synchronous method overload.
|
L2Vpn |
L2vpnsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
InvocationConfig invocationConfig) |
void |
L2vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback,
InvocationConfig invocationConfig) |
L2VpnListResult |
L2vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Synchronous method overload.
|
L2VpnListResult |
L2vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
L2vpns.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
L2vpnsStub.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
InvocationConfig invocationConfig) |
void |
L2vpns.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig) |
L2Vpn |
L2vpns.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
InvocationConfig invocationConfig)
Synchronous method overload.
|
L2Vpn |
L2vpnsStub.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
AggregateL2VpnStatistics |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
AggregateL2VpnPeerConfig |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
AggregateL2VpnStatistics |
Statistics.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Synchronous method overload.
|
AggregateL2VpnPeerConfig |
PeerConfig.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Synchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an L2VPN session from Peer Codes.
|
void |
SessionsStub.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
InvocationConfig invocationConfig)
Create or patch an L2VPN session from Peer Codes.
|
void |
SessionsStub.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
InvocationConfig invocationConfig) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete L2VPN session.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig)
Delete L2VPN session.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig)
Get L2VPN session.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig) |
L2VPNSession |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig)
Get L2VPN session.
|
L2VPNSession |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN sessions.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
L2VPNSessionListResult |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN sessions.
|
L2VPNSessionListResult |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an L2VPN session.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
InvocationConfig invocationConfig)
Create or patch an L2VPN session.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace L2VPN session.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig) |
L2VPNSession |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
InvocationConfig invocationConfig)
Create or fully replace L2VPN session.
|
L2VPNSession |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback,
InvocationConfig invocationConfig)
Get peer config for the L2VPN session to configure the remote side of the
tunnel.
|
AggregateL2VPNSessionPeerConfig |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
AggregateL2VPNSessionPeerConfig |
PeerConfig.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get peer config for the L2VPN session to configure the remote side of the
tunnel.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
AggregateL2VPNSessionStatistics |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateL2VPNSessionStatus |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateL2VPNSessionStatistics |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
AggregateL2VPNSessionStatus |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
AggregateL3VpnStatistics |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
AggregateL3VpnStatistics |
Statistics.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Synchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this
PolicyServiceInstance.
|
PolicyServiceInstanceStatistics |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
PolicyServiceInstanceStatistics |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this
PolicyServiceInstance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NatRules.delete(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete NAT Rule from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.delete(String tier0Id,
String natId,
String natRuleId,
InvocationConfig invocationConfig)
Delete NAT Rule from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier0Id,
String natId,
String natRuleId,
InvocationConfig invocationConfig) |
void |
NatRules.get(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
PolicyNatRule |
NatRules.get(String tier0Id,
String natId,
String natRuleId,
InvocationConfig invocationConfig)
Get NAT Rule from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
PolicyNatRule |
NatRulesStub.get(String tier0Id,
String natId,
String natRuleId,
InvocationConfig invocationConfig) |
void |
NatRules.list(String tier0Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier0Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String tier0Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier0Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules Statistics from Tier-0 denoted by Tier-0 ID.
|
PolicyNatRuleStatisticsPerLogicalRouterListResult |
StatisticsStub.list(String tier0Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyNatRuleListResult |
NatRules.list(String tier0Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List NAT Rules from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
PolicyNatRuleStatisticsPerLogicalRouterListResult |
Statistics.list(String tier0Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List NAT Rules Statistics from Tier-0 denoted by Tier-0 ID.
|
PolicyNatRuleListResult |
NatRulesStub.list(String tier0Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
NatRules.patch(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a NAT Rule is not already present on Tier-0 denoted by Tier-0 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.patch(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
InvocationConfig invocationConfig)
If a NAT Rule is not already present on Tier-0 denoted by Tier-0 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
InvocationConfig invocationConfig) |
void |
NatRules.update(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Update NAT Rule on Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
PolicyNatRule |
NatRules.update(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
InvocationConfig invocationConfig)
Update NAT Rule on Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
PolicyNatRule |
NatRulesStub.update(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String tier0Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier0Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule Statistics from Tier-0 denoted by Tier-0 ID, under NAT section
denoted by
|
PolicyNatRuleStatisticsListResult |
StatisticsStub.list(String tier0Id,
String natId,
String natRuleId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
PolicyNatRuleStatisticsListResult |
Statistics.list(String tier0Id,
String natId,
String natRuleId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get NAT Rule Statistics from Tier-0 denoted by Tier-0 ID, under NAT section
denoted by
|
| Modifier and Type | Method and Description |
|---|---|
void |
DnsForwarder.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.create(String tier1Id,
String action,
String enforcementPointPath,
InvocationConfig invocationConfig)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier1Id,
String action,
String enforcementPointPath,
InvocationConfig invocationConfig) |
void |
DnsForwarder.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DNS configuration for tier-1 instance
|
void |
DnsForwarderStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.delete(String tier1Id,
InvocationConfig invocationConfig)
Delete DNS configuration for tier-1 instance
|
void |
DnsForwarderStub.delete(String tier1Id,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.delete(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-1 Logical Router.
|
void |
StaticRoutes.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 static routes
|
void |
StaticRoutesStub.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX Switch Collection Instance.Flow forwarding to selected
collector will be stopped.
|
void |
LocaleServices.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 locale-services
|
void |
Segments.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete segment
|
void |
SessionTimerProfileBindings.delete(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-1 Logical Router.
|
void |
SegmentsStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstancesStub.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindingsStub.delete(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier1Id,
String localeServicesId,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier1Id,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.delete(String tier1Id,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-1 Logical Router.
|
void |
StaticRoutes.delete(String tier1Id,
String routeId,
InvocationConfig invocationConfig)
Delete Tier-1 static routes
|
void |
StaticRoutesStub.delete(String tier1Id,
String routeId,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
InvocationConfig invocationConfig)
API deletes IPFIX Switch Collection Instance.Flow forwarding to selected
collector will be stopped.
|
void |
LocaleServices.delete(String tier1Id,
String localeServicesId,
InvocationConfig invocationConfig)
Delete Tier-1 locale-services
|
void |
Segments.delete(String tier1Id,
String segmentId,
InvocationConfig invocationConfig)
Delete segment
|
void |
SessionTimerProfileBindings.delete(String tier1Id,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-1 Logical Router.
|
void |
SegmentsStub.delete(String tier1Id,
String segmentId,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstancesStub.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindingsStub.delete(String tier1Id,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig) |
void |
Segments.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.delete0(String tier1Id,
String segmentId,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String tier1Id,
String segmentId,
InvocationConfig invocationConfig) |
void |
DnsForwarder.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-1 instance
|
void |
DnsForwarderStub.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
PolicyDnsForwarder |
DnsForwarder.get(String tier1Id,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-1 instance
|
PolicyDnsForwarder |
DnsForwarderStub.get(String tier1Id,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.get(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.get(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-1 Logical Router.
|
void |
IpfixSwitchCollectionInstances.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX switch collection.
|
void |
IpfixSwitchCollectionInstancesStub.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 locale-services
|
void |
Segments.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
Read segment
|
void |
SegmentsStub.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.get(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-1 Logical Router.
|
void |
SessionTimerProfileBindingsStub.get(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 static routes
|
void |
StaticRoutesStub.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
LocaleServices |
LocaleServicesStub.get(String tier1Id,
String localeServicesId,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindingsStub.get(String tier1Id,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindings.get(String tier1Id,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-1 Logical Router.
|
StaticRoutes |
StaticRoutes.get(String tier1Id,
String routeId,
InvocationConfig invocationConfig)
Read Tier-1 static routes
|
StaticRoutes |
StaticRoutesStub.get(String tier1Id,
String routeId,
InvocationConfig invocationConfig) |
IPFIXSwitchCollectionInstance |
IpfixSwitchCollectionInstances.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
InvocationConfig invocationConfig)
API will return details of IPFIX switch collection.
|
LocaleServices |
LocaleServices.get(String tier1Id,
String localeServicesId,
InvocationConfig invocationConfig)
Read Tier-1 locale-services
|
Segment |
Segments.get(String tier1Id,
String segmentId,
InvocationConfig invocationConfig)
Read segment
|
SessionTimerProfileBindingMap |
SessionTimerProfileBindings.get(String tier1Id,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-1 Logical Router.
|
Segment |
SegmentsStub.get(String tier1Id,
String segmentId,
InvocationConfig invocationConfig) |
IPFIXSwitchCollectionInstance |
IpfixSwitchCollectionInstancesStub.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingMap |
SessionTimerProfileBindingsStub.get(String tier1Id,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig) |
void |
State.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback,
InvocationConfig invocationConfig)
Returns
|
void |
StateStub.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback,
InvocationConfig invocationConfig) |
Tier1GatewayState |
State.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Returns
|
Tier1GatewayState |
StateStub.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1.
|
void |
GatewayFirewallStub.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
GatewayPolicyListResult |
GatewayFirewall.list(String tier1Id,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1.
|
GatewayPolicyListResult |
GatewayFirewallStub.list(String tier1Id,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX Switch collection instances available on selected
logical switch.
|
void |
IpfixSwitchCollectionInstancesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 locale-services
|
void |
Segments.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all segments under Tier-1 instance
|
void |
SegmentsStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 Static Routes
|
void |
StaticRoutesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
LocaleServicesListResult |
LocaleServicesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
StaticRoutesListResult |
StaticRoutes.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 Static Routes
|
StaticRoutesListResult |
StaticRoutesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPFIXSwitchCollectionInstanceListResult |
IpfixSwitchCollectionInstances.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API provides list IPFIX Switch collection instances available on selected
logical switch.
|
LocaleServicesListResult |
LocaleServices.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 locale-services
|
SegmentListResult |
Segments.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all segments under Tier-1 instance
|
SegmentListResult |
SegmentsStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPFIXSwitchCollectionInstanceListResult |
IpfixSwitchCollectionInstancesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
DnsForwarder.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.patch(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router.
|
void |
IpfixSwitchCollectionInstances.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX switch collection instance if the IPFIX switch collection
instance with given id does not already exist.
|
void |
IpfixSwitchCollectionInstancesStub.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
InvocationConfig invocationConfig)
Create a new IPFIX switch collection instance if the IPFIX switch collection
instance with given id does not already exist.
|
void |
IpfixSwitchCollectionInstancesStub.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale services.
|
void |
LocaleServicesStub.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale services.
|
void |
Segments.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.patch(String tier1Id,
String segmentId,
Segment segment,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String tier1Id,
String segmentId,
Segment segment,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.patch(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.patch(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
StaticRoutes.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
InvocationConfig invocationConfig) |
void |
DnsForwarder.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
PolicyDnsForwarder |
DnsForwarder.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
PolicyDnsForwarder |
DnsForwarderStub.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.update(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.update(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router.
|
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindingsStub.update(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindings.update(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router.
|
void |
IpfixSwitchCollectionInstances.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX switch collection instance.
|
void |
IpfixSwitchCollectionInstancesStub.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig) |
IPFIXSwitchCollectionInstance |
IpfixSwitchCollectionInstances.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
InvocationConfig invocationConfig)
Create or replace IPFIX switch collection instance.
|
IPFIXSwitchCollectionInstance |
IpfixSwitchCollectionInstancesStub.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale-services.
|
LocaleServices |
LocaleServicesStub.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
InvocationConfig invocationConfig) |
LocaleServices |
LocaleServices.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale-services.
|
void |
Segments.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
Segment |
Segments.update(String tier1Id,
String segmentId,
Segment segment,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
Segment |
SegmentsStub.update(String tier1Id,
String segmentId,
Segment segment,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.update(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.update(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingMap |
SessionTimerProfileBindings.update(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router.
|
SessionTimerProfileBindingMap |
SessionTimerProfileBindingsStub.update(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
StaticRoutes.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
StaticRoutes |
StaticRoutes.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
StaticRoutes |
StaticRoutesStub.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of tier-1 DNS forwarder.
|
void |
StatusStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig)
Get current status of tier-1 DNS forwarder.
|
AggregateDNSForwarderStatus |
StatusStub.get(String tier1Id,
String enforcementPointPath,
InvocationConfig invocationConfig) |
AggregateDNSForwarderStatistics |
StatisticsStub.get(String tier1Id,
String enforcementPointPath,
InvocationConfig invocationConfig) |
AggregateDNSForwarderStatistics |
Statistics.get(String tier1Id,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get statistics of tier-1 DNS forwarder.
|
AggregateDNSForwarderStatus |
Status.get(String tier1Id,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get current status of tier-1 DNS forwarder.
|
void |
Nslookup.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig) |
AggregatePolicyDnsAnswer |
Nslookup.get(String tier1Id,
String address,
String enforcementPointPath,
InvocationConfig invocationConfig)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
AggregatePolicyDnsAnswer |
NslookupStub.get(String tier1Id,
String address,
String enforcementPointPath,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInstances.delete(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier1 policy service instance
|
void |
Interfaces.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 interface
|
void |
InterfacesStub.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstancesStub.delete(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.delete(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-1 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.delete(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-1 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.delete(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.delete(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN service for a given locale service under Tier-1.
|
void |
ServiceInstances.delete(String tier1Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig)
Delete Tier1 policy service instance
|
void |
Interfaces.delete(String tier1Id,
String localeServicesId,
String interfaceId,
InvocationConfig invocationConfig)
Delete Tier-1 interface
|
void |
InterfacesStub.delete(String tier1Id,
String localeServicesId,
String interfaceId,
InvocationConfig invocationConfig) |
void |
ServiceInstancesStub.delete(String tier1Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.delete(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-1 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.delete(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-1 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.delete(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.delete(String tier1Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig)
Delete IPSec VPN service for a given locale service under Tier-1.
|
void |
FloodProtectionProfileBindingsStub.get(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.get(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-1 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.get(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.get(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN service for a given locale service under Tier-1.
|
void |
ServiceInstances.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Read Tier1 service instance
|
void |
ServiceInstancesStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.get(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-1 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.get(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 interface
|
void |
InterfacesStub.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig) |
PolicyServiceInstance |
ServiceInstances.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig)
Read Tier1 service instance
|
Tier1Interface |
Interfaces.get(String tier1Id,
String localeServicesId,
String interfaceId,
InvocationConfig invocationConfig)
Read Tier-1 interface
|
Tier1Interface |
InterfacesStub.get(String tier1Id,
String localeServicesId,
String interfaceId,
InvocationConfig invocationConfig) |
PolicyServiceInstance |
ServiceInstancesStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindingsStub.get(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindings.get(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-1 Logical Router
LocaleServices.
|
IPSecVpnService |
IpsecVpnServicesStub.get(String tier1Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingMap |
SessionTimerProfileBindings.get(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-1 Logical Router
LocaleServices.
|
SessionTimerProfileBindingMap |
SessionTimerProfileBindingsStub.get(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
InvocationConfig invocationConfig) |
IPSecVpnService |
IpsecVpnServices.get(String tier1Id,
String localeServiceId,
String serviceId,
InvocationConfig invocationConfig)
Get IPSec VPN service for a given locale service under Tier-1.
|
void |
GatewayFirewall.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
GatewayPolicyListResult |
GatewayFirewall.list(String tier1Id,
String localeServicesId,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1 Locale
Services.
|
GatewayPolicyListResult |
GatewayFirewallStub.list(String tier1Id,
String localeServicesId,
InvocationConfig invocationConfig) |
void |
IpsecVpnServicesStub.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN services for a given locale service under
Tier-1.
|
void |
ServiceInstances.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
Read all service instance objects under a tier-1
|
void |
ServiceInstancesStub.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 interfaces
|
void |
InterfacesStub.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
PolicyServiceInstanceListResult |
ServiceInstances.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Read all service instance objects under a tier-1
|
Tier1InterfaceListResult |
Interfaces.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 interfaces
|
Tier1InterfaceListResult |
InterfacesStub.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyServiceInstanceListResult |
ServiceInstancesStub.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnServiceListResult |
IpsecVpnServicesStub.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnServiceListResult |
IpsecVpnServices.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN services for a given locale service under
Tier-1.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router LocaleServices.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router LocaleServices.
|
void |
IpsecVpnServicesStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.patch(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch IPSec VPN service for a given locale service under Tier-1.
|
void |
IpsecVpnServicesStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.patch(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
InvocationConfig invocationConfig)
Create or patch IPSec VPN service for a given locale service under Tier-1.
|
void |
ServiceInstances.patch(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Tier1 Service Instance.
|
void |
ServiceInstancesStub.patch(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.patch(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
InvocationConfig invocationConfig)
Create Tier1 Service Instance.
|
void |
ServiceInstancesStub.patch(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.patch(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.patch(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
Interfaces.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.update(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.update(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router LocaleServices.
|
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindingsStub.update(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig) |
FloodProtectionProfileBindingMap |
FloodProtectionProfileBindings.update(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router LocaleServices.
|
void |
IpsecVpnServicesStub.update(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.update(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN service for a given locale service under
Tier-1.
|
IPSecVpnService |
IpsecVpnServicesStub.update(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
InvocationConfig invocationConfig) |
IPSecVpnService |
IpsecVpnServices.update(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN service for a given locale service under
Tier-1.
|
void |
ServiceInstances.update(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Create Tier1 service instance.
|
void |
ServiceInstancesStub.update(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
PolicyServiceInstance |
ServiceInstances.update(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
InvocationConfig invocationConfig)
Create Tier1 service instance.
|
PolicyServiceInstance |
ServiceInstancesStub.update(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.update(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.update(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SessionTimerProfileBindingMap |
SessionTimerProfileBindings.update(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router LocaleServices.
|
SessionTimerProfileBindingMap |
SessionTimerProfileBindingsStub.update(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
InvocationConfig invocationConfig) |
void |
Interfaces.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig) |
Tier1Interface |
Interfaces.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
Tier1Interface |
InterfacesStub.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 interface statistics information.
|
PolicyInterfaceStatistics |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyInterfaceStatistics |
Statistics.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get tier1 interface statistics information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.delete(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN session for a given locale service under Tier-1.
|
void |
LocalEndpoints.delete(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN local endpoint for a given locale service under Tier-1.
|
void |
SessionsStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpointsStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.delete(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig)
Delete IPSec VPN session for a given locale service under Tier-1.
|
void |
LocalEndpoints.delete(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
InvocationConfig invocationConfig)
Delete IPSec VPN local endpoint for a given locale service under Tier-1.
|
void |
SessionsStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig) |
void |
LocalEndpointsStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.get(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN local endpoint for a given locale service under Tier-1.
|
void |
LocalEndpointsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-1.
|
void |
SessionsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Sessions.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-1.
|
IPSecVpnLocalEndpoint |
LocalEndpoints.get(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
InvocationConfig invocationConfig)
Get IPSec VPN local endpoint for a given locale service under Tier-1.
|
Structure |
SessionsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig) |
IPSecVpnLocalEndpoint |
LocalEndpointsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-1.
|
void |
SessionsStub.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
IPSecVpnSessionListResult |
Sessions.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-1.
|
IPSecVpnLocalEndpointListResult |
LocalEndpoints.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-1.
|
IPSecVpnSessionListResult |
SessionsStub.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
IPSecVpnLocalEndpointListResult |
LocalEndpointsStub.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.patch(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.patch(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
InvocationConfig invocationConfig)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an IPSec VPN session for a given locale service under Tier-1.
|
void |
SessionsStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
InvocationConfig invocationConfig)
Create or patch an IPSec VPN session for a given locale service under Tier-1.
|
void |
SessionsStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
InvocationConfig invocationConfig) |
void |
Sessions.showsensitivedata(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session with senstive data for a given locale service under
Tier-1.
|
void |
SessionsStub.showsensitivedata(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Sessions.showsensitivedata(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig)
Get IPSec VPN session with senstive data for a given locale service under
Tier-1.
|
Structure |
SessionsStub.showsensitivedata(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.update(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.update(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
IPSecVpnLocalEndpoint |
LocalEndpoints.update(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-1.
|
IPSecVpnLocalEndpoint |
LocalEndpointsStub.update(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN session for a given locale service under
Tier-1.
|
void |
SessionsStub.update(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Sessions.update(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN session for a given locale service under
Tier-1.
|
Structure |
SessionsStub.update(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
AggregateIPSecVpnSessionStatistics |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateIPSecVpnSessionStatus |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig) |
AggregateIPSecVpnSessionStatistics |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
AggregateIPSecVpnSessionStatus |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this Tier1
PolicyServiceInstance.
|
PolicyServiceInstanceStatistics |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
PolicyServiceInstanceStatistics |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this Tier1
PolicyServiceInstance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NatRules.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.delete(String tier1Id,
String natId,
String natRuleId,
InvocationConfig invocationConfig)
Delete NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier1Id,
String natId,
String natRuleId,
InvocationConfig invocationConfig) |
void |
NatRules.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
PolicyNatRule |
NatRules.get(String tier1Id,
String natId,
String natRuleId,
InvocationConfig invocationConfig)
Get NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
PolicyNatRule |
NatRulesStub.get(String tier1Id,
String natId,
String natRuleId,
InvocationConfig invocationConfig) |
void |
NatRules.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules Statistics from Tier-1 denoted by Tier-1 ID.
|
PolicyNatRuleStatisticsPerLogicalRouterListResult |
StatisticsStub.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PolicyNatRuleListResult |
NatRules.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List NAT Rules from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
PolicyNatRuleStatisticsPerLogicalRouterListResult |
Statistics.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List NAT Rules Statistics from Tier-1 denoted by Tier-1 ID.
|
PolicyNatRuleListResult |
NatRulesStub.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
NatRules.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a NAT Rule is not already present on Tier-1 denoted by Tier-1 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
InvocationConfig invocationConfig)
If a NAT Rule is not already present on Tier-1 denoted by Tier-1 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
InvocationConfig invocationConfig) |
void |
NatRules.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Update NAT Rule on Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
PolicyNatRule |
NatRules.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
InvocationConfig invocationConfig)
Update NAT Rule on Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
PolicyNatRule |
NatRulesStub.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section
denoted by
|
PolicyNatRuleStatisticsListResult |
StatisticsStub.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
InvocationConfig invocationConfig) |
PolicyNatRuleStatisticsListResult |
Statistics.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
InvocationConfig invocationConfig)
Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section
denoted by
|
| Modifier and Type | Method and Description |
|---|---|
void |
StaticArpStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete static ARP config
|
void |
StaticArpStub.delete(String tier1Id,
String segmentId,
InvocationConfig invocationConfig) |
void |
StaticArp.delete(String tier1Id,
String segmentId,
InvocationConfig invocationConfig)
Delete static ARP config
|
void |
PortsStub.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment Monitoring Profile Binding Profile.
|
void |
SegmentSecurityProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a Tier-1 segment port by giving ID.
|
void |
SegmentSecurityProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete segment security profile binding map.
|
void |
SegmentQosProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment QoS Profile Binding Profile.
|
void |
SegmentDiscoveryProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment Discovery Profile Binding Profile
|
void |
SegmentQosProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentDiscoveryProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.delete(String tier1Id,
String segmentId,
String portId,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Segment Monitoring Profile Binding Profile.
|
void |
SegmentSecurityProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
Ports.delete(String tier1Id,
String segmentId,
String portId,
InvocationConfig invocationConfig)
Delete a Tier-1 segment port by giving ID.
|
void |
SegmentSecurityProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete segment security profile binding map.
|
void |
SegmentQosProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Segment QoS Profile Binding Profile.
|
void |
SegmentDiscoveryProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Segment Discovery Profile Binding Profile
|
void |
SegmentQosProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
SegmentDiscoveryProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
StaticArpStub.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig)
Read static ARP config
|
StaticARPConfig |
StaticArpStub.get(String tier1Id,
String segmentId,
InvocationConfig invocationConfig) |
StaticARPConfig |
StaticArp.get(String tier1Id,
String segmentId,
InvocationConfig invocationConfig)
Read static ARP config
|
void |
SegmentDiscoveryProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Get detail information on a Tier-1 segment port by giving ID.
|
void |
SegmentQosProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the segment security profile binding map.
|
SegmentPort |
PortsStub.get(String tier1Id,
String segmentId,
String portId,
InvocationConfig invocationConfig) |
SegmentMonitoringProfileBindingMap |
SegmentMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Segment Monitoring Profile Binding Map.
|
SegmentSecurityProfileBindingMap |
SegmentSecurityProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
SegmentPort |
Ports.get(String tier1Id,
String segmentId,
String portId,
InvocationConfig invocationConfig)
Get detail information on a Tier-1 segment port by giving ID.
|
SegmentSecurityProfileBindingMap |
SegmentSecurityProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will return details of the segment security profile binding map.
|
SegmentQosProfileBindingMap |
SegmentQosProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Segment QoS Profile Binding Map.
|
SegmentDiscoveryProfileBindingMap |
SegmentDiscoveryProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Segment Discovery Profile Binding Map
|
SegmentQosProfileBindingMap |
SegmentQosProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
InvocationConfig invocationConfig) |
SegmentMonitoringProfileBindingMap |
SegmentMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
SegmentDiscoveryProfileBindingMap |
SegmentDiscoveryProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 segment statistics information.
|
SegmentStatistics |
StatisticsStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentStatistics |
Statistics.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get tier1 segment statistics information.
|
void |
SegmentDiscoveryProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment Discovery Profile Binding Maps in current segment id.
|
void |
SegmentDiscoveryProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment Monitoring Profile Binding Maps in current segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the ports for a Tier-1 segment.
|
SegmentPortListResult |
PortsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentMonitoringProfileBindingMapListResult |
SegmentMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Segment Monitoring Profile Binding Maps in current segment id.
|
SegmentPortListResult |
Ports.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
List all the ports for a Tier-1 segment.
|
SegmentDiscoveryProfileBindingMapListResult |
SegmentDiscoveryProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Segment Discovery Profile Binding Maps in current segment id.
|
SegmentMonitoringProfileBindingMapListResult |
SegmentMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentDiscoveryProfileBindingMapListResult |
SegmentDiscoveryProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
SegmentQosProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment QoS Profile Binding Maps in current segment id.
|
void |
SegmentQosProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all segment security profile binding maps.
|
SegmentSecurityProfileBindingMapListResult |
SegmentSecurityProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentSecurityProfileBindingMapListResult |
SegmentSecurityProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all segment security profile binding maps.
|
SegmentQosProfileBindingMapListResult |
SegmentQosProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Segment QoS Profile Binding Maps in current segment id.
|
SegmentQosProfileBindingMapListResult |
SegmentQosProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
StaticArpStub.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
StaticArpStub.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
InvocationConfig invocationConfig) |
void |
StaticArp.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
SegmentDiscoveryProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentDiscoveryProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
InvocationConfig invocationConfig)
API will create Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will create segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortsStub.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
PortsStub.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
InvocationConfig invocationConfig) |
void |
Ports.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
SegmentQosProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create segment QoS profile binding map.
|
void |
SegmentQosProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentQosProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
InvocationConfig invocationConfig)
API will create segment QoS profile binding map.
|
void |
SegmentQosProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new segment security profile binding map if the given security profile
binding map does not exist.
|
void |
SegmentSecurityProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
InvocationConfig invocationConfig)
Create a new segment security profile binding map if the given security profile
binding map does not exist.
|
void |
StaticArpStub.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
StaticARPConfig |
StaticArpStub.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
InvocationConfig invocationConfig) |
StaticARPConfig |
StaticArp.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
SegmentDiscoveryProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SegmentDiscoveryProfileBindingMap |
SegmentDiscoveryProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
InvocationConfig invocationConfig)
API will update Segment Discovery Profile Binding Map
|
SegmentDiscoveryProfileBindingMap |
SegmentDiscoveryProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SegmentMonitoringProfileBindingMap |
SegmentMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will update Segment Monitoring Profile Binding Map.
|
SegmentMonitoringProfileBindingMap |
SegmentMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortsStub.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
SegmentPort |
PortsStub.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
InvocationConfig invocationConfig) |
SegmentPort |
Ports.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
SegmentQosProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
SegmentQosProfileBindingMap |
SegmentQosProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
InvocationConfig invocationConfig)
API will update Segment QoS Profile Binding Map.
|
SegmentQosProfileBindingMap |
SegmentQosProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace segment security profile binding map.
|
SegmentSecurityProfileBindingMap |
SegmentSecurityProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
SegmentSecurityProfileBindingMap |
SegmentSecurityProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
InvocationConfig invocationConfig)
API will create or replace segment security profile binding map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortSecurityProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete the port security profile binding map.
|
void |
PortDiscoveryProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port Discovery Profile Binding Profile
|
void |
PortQosProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port QoS Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port Monitoring Profile Binding Profile.
|
void |
PortSecurityProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
PortSecurityProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete the port security profile binding map.
|
void |
PortDiscoveryProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Port Discovery Profile Binding Profile
|
void |
PortQosProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Port QoS Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will delete Port Monitoring Profile Binding Profile.
|
void |
PortSecurityProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
PortMonitoringProfileBindingMap |
PortMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
InvocationConfig invocationConfig) |
PortDiscoveryProfileBindingMap |
PortDiscoveryProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig) |
PortQosProfileBindingMap |
PortQosProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
InvocationConfig invocationConfig) |
PortSecurityProfileBindingMap |
PortSecurityProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
InvocationConfig invocationConfig)
API will return details of the port security profile binding map.
|
PortDiscoveryProfileBindingMap |
PortDiscoveryProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Port Discovery Profile Binding Map
|
PortQosProfileBindingMap |
PortQosProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Port QoS Profile Binding Map.
|
PortMonitoringProfileBindingMap |
PortMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
InvocationConfig invocationConfig)
API will get Port Monitoring Profile Binding Map.
|
PortSecurityProfileBindingMap |
PortSecurityProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 segment port statistics information.
|
SegmentPortStatistics |
StatisticsStub.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
SegmentPortStatistics |
Statistics.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
Get tier1 segment port statistics information.
|
void |
PortDiscoveryProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port Discovery Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port Monitoring Profile Binding Maps in current port id.
|
PortMonitoringProfileBindingMapListResult |
PortMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PortDiscoveryProfileBindingMapListResult |
PortDiscoveryProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PortDiscoveryProfileBindingMapListResult |
PortDiscoveryProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Port Discovery Profile Binding Maps in current port id.
|
PortMonitoringProfileBindingMapListResult |
PortMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Port Monitoring Profile Binding Maps in current port id.
|
void |
PortQosProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port QoS Profile Binding Maps in current port id.
|
void |
PortSecurityProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port security profile binding maps.
|
void |
PortSecurityProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
PortQosProfileBindingMapListResult |
PortQosProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
PortSecurityProfileBindingMapListResult |
PortSecurityProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all port security profile binding maps.
|
PortQosProfileBindingMapListResult |
PortQosProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig)
API will list all Port QoS Profile Binding Maps in current port id.
|
PortSecurityProfileBindingMapListResult |
PortSecurityProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port Discovery Profile Binding Map
|
void |
PortDiscoveryProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
InvocationConfig invocationConfig)
API will create Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will create Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port QoS Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
InvocationConfig invocationConfig)
API will create Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new port security profile binding map if the given security profile
binding map does not exist.
|
void |
PortSecurityProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortSecurityProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
InvocationConfig invocationConfig)
Create a new port security profile binding map if the given security profile
binding map does not exist.
|
void |
PortSecurityProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port Discovery Profile Binding Map
|
PortDiscoveryProfileBindingMap |
PortDiscoveryProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
InvocationConfig invocationConfig) |
PortDiscoveryProfileBindingMap |
PortDiscoveryProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
InvocationConfig invocationConfig)
API will update Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port Monitoring Profile Binding Map.
|
PortMonitoringProfileBindingMap |
PortMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
InvocationConfig invocationConfig) |
PortMonitoringProfileBindingMap |
PortMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
InvocationConfig invocationConfig)
API will update Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port QoS Profile Binding Map.
|
PortQosProfileBindingMap |
PortQosProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
InvocationConfig invocationConfig) |
PortQosProfileBindingMap |
PortQosProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
InvocationConfig invocationConfig)
API will update Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
PortSecurityProfileBindingMap |
PortSecurityProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
InvocationConfig invocationConfig)
API will create or replace the port security profile binding map.
|
PortSecurityProfileBindingMap |
PortSecurityProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.get(String taskId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get the response of a task
|
void |
ResponseStub.get(String taskId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Response.get(String taskId,
InvocationConfig invocationConfig)
Get the response of a task
|
Structure |
ResponseStub.get(String taskId,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Widgetconfigurations.create(String viewId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Creates a new Widget Configuration and adds it to the specified view.
|
void |
WidgetconfigurationsStub.create(String viewId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Widgetconfigurations.create(String viewId,
Structure widgetConfiguration,
InvocationConfig invocationConfig)
Creates a new Widget Configuration and adds it to the specified view.
|
Structure |
WidgetconfigurationsStub.create(String viewId,
Structure widgetConfiguration,
InvocationConfig invocationConfig) |
void |
Widgetconfigurations.delete(String viewId,
String widgetconfigurationId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Detaches widget from a given view.
|
void |
WidgetconfigurationsStub.delete(String viewId,
String widgetconfigurationId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Widgetconfigurations.delete(String viewId,
String widgetconfigurationId,
InvocationConfig invocationConfig)
Detaches widget from a given view.
|
void |
WidgetconfigurationsStub.delete(String viewId,
String widgetconfigurationId,
InvocationConfig invocationConfig) |
void |
Widgetconfigurations.get(String viewId,
String container,
String widgetIds,
AsyncCallback<WidgetConfigurationList> asyncCallback,
InvocationConfig invocationConfig)
If no query params are specified then all the Widget Configurations of the
specified view are returned.
|
void |
WidgetconfigurationsStub.get(String viewId,
String container,
String widgetIds,
AsyncCallback<WidgetConfigurationList> asyncCallback,
InvocationConfig invocationConfig) |
WidgetConfigurationList |
Widgetconfigurations.get(String viewId,
String container,
String widgetIds,
InvocationConfig invocationConfig)
If no query params are specified then all the Widget Configurations of the
specified view are returned.
|
WidgetConfigurationList |
WidgetconfigurationsStub.get(String viewId,
String container,
String widgetIds,
InvocationConfig invocationConfig) |
void |
Widgetconfigurations.get0(String viewId,
String widgetconfigurationId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Returns Information about a specific Widget Configuration.
|
void |
WidgetconfigurationsStub.get0(String viewId,
String widgetconfigurationId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Widgetconfigurations.get0(String viewId,
String widgetconfigurationId,
InvocationConfig invocationConfig)
Returns Information about a specific Widget Configuration.
|
Structure |
WidgetconfigurationsStub.get0(String viewId,
String widgetconfigurationId,
InvocationConfig invocationConfig) |
void |
Widgetconfigurations.update(String viewId,
String widgetconfigurationId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Updates the widget at the given view.
|
void |
WidgetconfigurationsStub.update(String viewId,
String widgetconfigurationId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
Structure |
Widgetconfigurations.update(String viewId,
String widgetconfigurationId,
Structure widgetConfiguration,
InvocationConfig invocationConfig)
Updates the widget at the given view.
|
Structure |
WidgetconfigurationsStub.update(String viewId,
String widgetconfigurationId,
Structure widgetConfiguration,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionWhitelistStub.get(String componentType,
AsyncCallback<AcceptableComponentVersion> asyncCallback,
InvocationConfig invocationConfig) |
void |
VersionWhitelist.get(String componentType,
AsyncCallback<AcceptableComponentVersion> asyncCallback,
InvocationConfig invocationConfig)
Get whitelist of versions for a component.
|
AcceptableComponentVersion |
VersionWhitelistStub.get(String componentType,
InvocationConfig invocationConfig) |
AcceptableComponentVersion |
VersionWhitelist.get(String componentType,
InvocationConfig invocationConfig)
Get whitelist of versions for a component.
|
void |
VersionWhitelistStub.list(AsyncCallback<AcceptableComponentVersionList> asyncCallback,
InvocationConfig invocationConfig) |
void |
VersionWhitelist.list(AsyncCallback<AcceptableComponentVersionList> asyncCallback,
InvocationConfig invocationConfig)
Get whitelist of versions for different components
|
AcceptableComponentVersionList |
VersionWhitelistStub.list(InvocationConfig invocationConfig) |
AcceptableComponentVersionList |
VersionWhitelist.list(InvocationConfig invocationConfig)
Get whitelist of versions for different components
|
void |
VersionWhitelistStub.update(String componentType,
VersionList versionList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
VersionWhitelist.update(String componentType,
VersionList versionList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the version whitelist for the specified component type (HOST, EDGE, CCP,
MP).
|
void |
VersionWhitelistStub.update(String componentType,
VersionList versionList,
InvocationConfig invocationConfig) |
void |
VersionWhitelist.update(String componentType,
VersionList versionList,
InvocationConfig invocationConfig)
Update the version whitelist for the specified component type (HOST, EDGE, CCP,
MP).
|
| Modifier and Type | Method and Description |
|---|---|
InvocationConfig |
RetryPolicy.RetrySpec.getInvocationConfig() |
static InvocationConfig |
InvocationConfig.withReadTimeout(int readTimeout)
Static factory for instances with configured timeout as described in
ExecutionContext.Builder#setReadTimeout for one or more specific invocations. |
static InvocationConfig |
InvocationConfig.withResponseAccessor(HttpResponseAccessor accessor)
Static factory for instances configured with
HttpResponseAccessor. |
| Constructor and Description |
|---|
RetryPolicy.RetrySpec(InvocationConfig invocationConfig)
Creates a specification, which may have an
InvocationConfig. |
Copyright © 2020. All rights reserved.